GET /api/0.2/search/?fulltext=Library%20of%20Congress.%20Congressional%20Research%20Service
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1,
    "limit": 25,
    "offset": 0,
    "prev_offset": null,
    "next_offset": null,
    "page_size": 25,
    "this_page": 1,
    "num_this_page": 1,
    "prev_api": "",
    "next_api": "",
    "objects": [
        {
            "id": "ddr-csujad-55-157",
            "model": "entity",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-csujad-55-157/",
                "json": "https://ddr.densho.org/api/0.2/ddr-csujad-55-157/",
                "img": "https://ddr.densho.org/media/ddr-csujad-55/ddr-csujad-55-157-mezzanine-66527102fb-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-csujad-55/ddr-csujad-55-157-mezzanine-66527102fb-a.jpg"
            },
            "title": "Japanese American internment in World War II--the issue of redress IPO158",
            "description": "Packet of information prepared by the Library of Congress in order to provide basic information on the \"World War II internment, the Commission, its findings, and pro/con material on the complex issue of redress.\" Includes an analysis of, \"the internment of German and Italian Aliens Compared with the Internment of Japanese Aliens in the United States during World War II,\" and appendices. See this object in the California State Universities Japanese American Digitization project site: <a href=\"\" target=\"_blank\" rel=\"noopener noreferrer\">sac_jaac_0159</a>",
            "extent": "35 pages; 11 x 8.5 inches, typescript",
            "links_children": "ddr-csujad-55-157",
            "creators": [
                {
                    "role": "author",
                    "namepart": "Library of Congress. Congressional Research Service"
                }
            ],
            "topics": [
                {
                    "term": "World War II -- Concentration camps",
                    "id": "65"
                }
            ],
            "format": "doc",
            "language": [
                "eng"
            ],
            "contributor": "California State University, Sacramento, Department of Special Collections and University Archives",
            "rights": "nocc",
            "genre": "misc_document",
            "location": "District of Columbia",
            "creation": "circa 1982",
            "status": "completed",
            "search_hidden": "Library of Congress. Congressional Research Service author",
            "download_large": "ddr-csujad-55-157-mezzanine-66527102fb-a.jpg"
        }
    ],
    "query": {
        "query": {
            "query_string": {
                "query": "Library of Congress. Congressional Research Service",
                "fields": [
                    "id",
                    "model",
                    "links_html",
                    "links_json",
                    "links_img",
                    "links_thumb",
                    "links_children",
                    "status",
                    "public",
                    "title",
                    "description",
                    "contributor",
                    "creators",
                    "creators.namepart",
                    "facility",
                    "format",
                    "genre",
                    "geography",
                    "label",
                    "language",
                    "creation",
                    "location",
                    "persons",
                    "rights",
                    "topics",
                    "image_url",
                    "display_name",
                    "bio",
                    "extent",
                    "search_hidden"
                ],
                "analyze_wildcard": false,
                "allow_leading_wildcard": false,
                "default_operator": "AND"
            }
        },
        "aggs": {
            "facility": {
                "nested": {
                    "path": "facility"
                },
                "aggs": {
                    "facility_ids": {
                        "terms": {
                            "field": "facility.id",
                            "size": 1000
                        }
                    }
                }
            },
            "format": {
                "terms": {
                    "field": "format"
                }
            },
            "genre": {
                "terms": {
                    "field": "genre"
                }
            },
            "rights": {
                "terms": {
                    "field": "rights"
                }
            },
            "topics": {
                "nested": {
                    "path": "topics"
                },
                "aggs": {
                    "topics_ids": {
                        "terms": {
                            "field": "topics.id",
                            "size": 1000
                        }
                    }
                }
            }
        },
        "_source": [
            "id",
            "model",
            "links_html",
            "links_json",
            "links_img",
            "links_thumb",
            "links_children",
            "status",
            "public",
            "title",
            "description",
            "contributor",
            "creators",
            "creators.namepart",
            "facility",
            "format",
            "genre",
            "geography",
            "label",
            "language",
            "creation",
            "location",
            "persons",
            "rights",
            "topics",
            "image_url",
            "display_name",
            "bio",
            "extent",
            "search_hidden"
        ]
    }
}