GET /api/3.0/browse/pov/Nisei%20veteran%20of%20World%20War%20II/?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": "The Steel Helmet (film)",
            "model": "article",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://resourceguide.densho.org/The%20Steel%20Helmet%20(film)/?format=api",
                "json": "https://resourceguide.densho.org/api/3.0/articles/The%20Steel%20Helmet%20(film)/?format=api"
            },
            "title": "The Steel Helmet (film)",
            "description": "Dramatic film about infantry soldiers in the Korean War written and directed by Samuel Fuller. One of the ensemble is a\n  \n   Nisei\n  \n  soldier and World War II veteran played by Richard Loo. It is likely the first Hollywood film to note the mass incarceration of Japanese Americans during World War II in a disapproving manner.",
            "url_title": "The Steel Helmet (film)",
            "categories": [
                "Arts"
            ],
            "rg_rgmediatype": [
                "films"
            ],
            "rg_interestlevel": [
                "Grades 9-12",
                "Adult"
            ],
            "rg_genre": [
                "Drama"
            ],
            "rg_theme": [
                "War - glory, necessity, pain, tragedy"
            ],
            "rg_availability": [
                "Widely available"
            ],
            "rg_rgmediatype_label": "Films and Video",
            "rg_rgmediatype_icon": "fa-film"
        }
    ],
    "query": {
        "query": {
            "bool": {
                "filter": [
                    {
                        "term": {
                            "published_rg": true
                        }
                    },
                    {
                        "term": {
                            "rg_pov": "Nisei veteran of World War II"
                        }
                    }
                ]
            }
        },
        "_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": {}
}