GET /api/3.0/browse/pov/Told%20from%20perspective%20of%20Nikkei%20family/?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 Red Tricycle (short story)",
            "model": "article",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://resourceguide.densho.org/The%20Red%20Tricycle%20(short%20story)/?format=api",
                "json": "https://resourceguide.densho.org/api/3.0/articles/The%20Red%20Tricycle%20(short%20story)/?format=api"
            },
            "title": "The Red Tricycle (short story)",
            "description": "The scene as a\n  \n   Nikkei\n  \n  family—a mother with her two daughters and four-year-old son Tommy—make the last preparations at their farmhouse before a truck comes to take them to the train station that will deliver them to a concentration camp. Their spirits are temporarily buoyed by a unexpected kind act by one of the soldiers who comes for them.",
            "url_title": "The Red Tricycle (short story)",
            "categories": [
                "Arts"
            ],
            "rg_rgmediatype": [
                "short stories"
            ],
            "rg_interestlevel": [
                "Grades 9-12",
                "Adult"
            ],
            "rg_theme": [
                "Evils of racism",
                "Injustice",
                "Optimism – power or folly"
            ],
            "rg_availability": [
                "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 perspective of Nikkei family"
                        }
                    }
                ]
            }
        },
        "_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": {}
}