GET /api/0.2/search/?fulltext=Orciano+area%2C+Italy
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2,
    "limit": 25,
    "offset": 0,
    "prev_offset": null,
    "next_offset": null,
    "page_size": 25,
    "this_page": 1,
    "num_this_page": 2,
    "prev_api": "",
    "next_api": "",
    "objects": [
        {
            "id": "ddr-densho-114-81",
            "model": "entity",
            "index": "0 0/{'value': 2, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-densho-114-81/",
                "json": "https://ddr.densho.org/api/0.2/ddr-densho-114-81/",
                "img": "https://ddr.densho.org/media/ddr-densho-114/ddr-densho-114-81-mezzanine-7df548d271-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-densho-114/ddr-densho-114-81-mezzanine-7df548d271-a.jpg"
            },
            "title": "Nisei soldiers moving towards battle",
            "description": "Original caption: Orciano Area, Italy. 2nd Lt. Masanao Otake of Lahaina, Maui (Hawaii), who was commissioned in Battle, leads his platoon from the town of Orciano into an attack pressing toward Leghorn. U.S. Fifth Army. 15 July 1944.",
            "links_children": "ddr-densho-114-81",
            "topics": [
                {
                    "term": "World War II -- Military service",
                    "id": "88"
                }
            ],
            "format": "img",
            "language": [
                "eng"
            ],
            "persons": [
                "Otake, Masanao"
            ],
            "contributor": "Densho",
            "rights": "pcc",
            "genre": "photograph",
            "location": "Orciano, Italy",
            "status": "completed",
            "download_large": "ddr-densho-114-81-mezzanine-7df548d271-a.jpg"
        },
        {
            "id": "ddr-densho-37-21",
            "model": "entity",
            "index": "1 1/{'value': 2, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-densho-37-21/",
                "json": "https://ddr.densho.org/api/0.2/ddr-densho-37-21/",
                "img": "https://ddr.densho.org/media/ddr-densho-37/ddr-densho-37-21-mezzanine-8109c4cff2-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-densho-37/ddr-densho-37-21-mezzanine-8109c4cff2-a.jpg"
            },
            "title": "Nisei soldiers escorting captured Germans",
            "description": "Original caption: \"German storm troopers surrender to rifleman of the 100th Infantry Battalion (Americans of Japanese ancestry), after a short but rather sharp exchange of fire. Fifth Army, Orciano area, Italy, July 15, 1944. According to Rudy Tokiwa, the soldier shown on the extreme right, the WRA caption is inaccurate. The captured Germans were not storm troopers. In addition, Tokiwa was actually a member of K Company, 3rd Battalion, of the 442nd Regimental Combat Team.",
            "links_children": "ddr-densho-37-21",
            "creators": [
                {
                    "role": "photographer",
                    "namepart": "Musser"
                }
            ],
            "topics": [
                {
                    "term": "World War II -- Military service -- 100th Infantry Battalion",
                    "id": "421"
                },
                {
                    "term": "World War II -- Military service -- 442nd Regimental Combat Team",
                    "id": "89"
                },
                {
                    "term": "World War II -- Resistance and dissidence -- Impact of resistance on families",
                    "id": "100"
                }
            ],
            "format": "img",
            "language": [
                "eng"
            ],
            "contributor": "Densho",
            "rights": "pdm",
            "genre": "photograph",
            "location": "Orciano area, Italy",
            "status": "completed",
            "download_large": "ddr-densho-37-21-mezzanine-8109c4cff2-a.jpg"
        }
    ],
    "query": {
        "query": {
            "query_string": {
                "query": "Orciano area, Italy",
                "fields": [
                    "id",
                    "model",
                    "links_html",
                    "links_json",
                    "links_img",
                    "links_thumb",
                    "links_children",
                    "status",
                    "public",
                    "title",
                    "description",
                    "contributor",
                    "creators",
                    "facility",
                    "format",
                    "genre",
                    "geography",
                    "label",
                    "language",
                    "location",
                    "persons",
                    "rights",
                    "topics",
                    "image_url",
                    "display_name",
                    "bio",
                    "extent"
                ],
                "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",
            "facility",
            "format",
            "genre",
            "geography",
            "label",
            "language",
            "location",
            "persons",
            "rights",
            "topics",
            "image_url",
            "display_name",
            "bio",
            "extent"
        ]
    }
}