GET /api/3.0/browse/pov/told%20from%20the%20perspective%20of%20various%20townspeople/?format=api
HTTP 200 OK
Allow: GET, OPTIONS
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": "Case History (short story)",
            "model": "article",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://resourceguide.densho.org/Case%20History%20(short%20story)/?format=api",
                "json": "https://resourceguide.densho.org/api/3.0/articles/Case%20History%20(short%20story)/?format=api"
            },
            "title": "Case History (short story)",
            "description": "Short story about a young Nisei couple settling in \"Centreville,\" a fictional small town in California, after World War II. John and Mary Mori arrive and open a flower market in town. But despite John's military service and the couple's good deeds, the face anti-Japanese harassment before a series of events begin to turn the tide. Author Bradford Smith tells the story using fictitious newspaper articles, letters, and personal testimony.",
            "url_title": "Case History (short story)",
            "categories": [
                "Arts"
            ],
            "rg_rgmediatype": [
                "short stories"
            ],
            "rg_interestlevel": [
                "Grades 9-12",
                "Adult"
            ],
            "rg_theme": [
                "Overcoming – fear, weakness, vice",
                "Patriotism – positive side or complications",
                "Evils of racism"
            ],
            "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 various townspeople"
                        }
                    }
                ]
            }
        },
        "_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": {}
}