GET /api/3.0/browse/pov/Told%20from%20the%20perspective%20of%20a%20Nisei%20veteran/?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": "Nakamura Comes Home (short story)",
            "model": "article",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://resourceguide.densho.org/Nakamura%20Comes%20Home%20(short%20story)/?format=api",
                "json": "https://resourceguide.densho.org/api/3.0/articles/Nakamura%20Comes%20Home%20(short%20story)/?format=api"
            },
            "title": "Nakamura Comes Home (short story)",
            "description": "Short story about the return of a Nisei veteran to his California hometown by Henry H. Hayden. Kido Nakamura, with his chest full of medals and a limp due to a war wound, returns to Bonneville, where he had grown up as an orphan, and been on his own since age fourteen, until his forced removal to\n  \n   Tanforan\n  \n  . From camp, he joined the\n  \n   442nd\n  \n  and served in Europe. He stops first at the hotel where he used to live and work, but a former co-worker tells him that the new owners are unwelcoming. He walks through he town, seeing racist signs, tangible evidence of anti-Japanese sentiment. Walking out to a farm he thinks he can get a job at, he is harassed by drunks and ponders his future in the town.",
            "url_title": "Nakamura Comes Home (short story)",
            "categories": [
                "Arts"
            ],
            "rg_rgmediatype": [
                "short stories"
            ],
            "rg_interestlevel": [
                "Grades 9-12",
                "Adult"
            ],
            "rg_theme": [
                "Evils of racism",
                "Injustice",
                "Totalitarianism"
            ],
            "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_pov": "Told from the perspective of a Nisei veteran"
                        }
                    }
                ]
            }
        },
        "_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": {}
}