GET /api/3.0/browse/place/Auburn,%20California/?format=api
HTTP 200 OK
Allow: OPTIONS, GET
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": "Homecoming (short story)",
            "model": "article",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://resourceguide.densho.org/Homecoming%20(short%20story)/?format=api",
                "json": "https://resourceguide.densho.org/api/3.0/articles/Homecoming%20(short%20story)/?format=api"
            },
            "title": "Homecoming (short story)",
            "description": "Short story by\n  \n   Toshio Mori\n  \n  about an\n  \n   Issei\n  \n  woman's first visit with her son Mamoru after he has been severely wounded in combat as a member of the\n  \n   442nd Regimental Combat Team\n  \n  . \"Homecoming\" takes the form of a story told in the woman's first person voice to her grandchildren. It is one of several stories by Mori featuring the same woman published in the\n  \n\n    Pacific Citizen\n   \n\n  between 1949 and 1952 that later became the basis of his novel\n  \n   Woman from Hiroshima\n  \n  , published in 1978. The first half of the story is about her efforts to see her son after being allowed to leave\n  \n   Topaz\n  \n  to\n  \n   return to the West Coast\n  \n  . She is at first dismayed to learn that he has been moved to a military hospital in Auburn, California, known to be a hotbed of anti-Japanese racism. Arriving in Auburn, they see numerous anti-Japanese signs and are unable to find a place to stay until the Red Cross sends them to a Japanese American owned farm in the next town. The second half of the story is about her visit with Mamoru, whom she learns for the first time is confined to a wheelchair and may not ever be able to walk again.",
            "url_title": "Homecoming (short story)",
            "categories": [
                "Arts"
            ],
            "rg_rgmediatype": [
                "short stories"
            ],
            "rg_interestlevel": [
                "Grades 9-12",
                "Adult"
            ],
            "rg_genre": [
                "Fiction"
            ],
            "rg_theme": [
                "Love and sacrifice",
                "Motherhood",
                "Wisdom of experience"
            ],
            "rg_availability": [
                "Widely available"
            ],
            "rg_rgmediatype_label": "Short Stories",
            "rg_rgmediatype_icon": "fa-file-text"
        }
    ],
    "query": {
        "query": {
            "bool": {
                "filter": [
                    {
                        "term": {
                            "published_rg": true
                        }
                    },
                    {
                        "term": {
                            "rg_geography": "Auburn, California"
                        }
                    }
                ]
            }
        },
        "_source": [
            "title",
            "url_title",
            "description",
            "body",
            "categories",
            "coordinates",
            "fulltext",
            "rg_rgmediatype",
            "rg_interestlevel",
            "rg_readinglevel",
            "rg_theme",
            "rg_genre",
            "rg_pov",
            "rg_availability",
            "rg_geography",
            "rg_chronology",
            "rg_hasteachingaids",
            "rg_freewebversion"
        ]
    },
    "aggregations": {}
}