GET /api/3.0/browse/pov/Memoir%20of%20a%20Nisei%20woman/?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": "My Name Is Yoshiko (book)",
            "model": "article",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://resourceguide.densho.org/My%20Name%20Is%20Yoshiko%20(book)/?format=api",
                "json": "https://resourceguide.densho.org/api/3.0/articles/My%20Name%20Is%20Yoshiko%20(book)/?format=api"
            },
            "title": "My Name Is Yoshiko (book)",
            "description": "Memoir of an ordinary Nisei woman that includes her wartime incarceration in American concentration camps. Yoshiko Kawaguchi (born in 1921) was the eldest daughter in a farm family in Downey, California. After attending sewing school, World War II hits and the family ends up in the horse stalls of\n  \n   Santa Anita\n  \n  , then in the\n  \n   Rohwer\n  \n  , Arkansas, concentration camp. Resettling in Michigan, she eventually gets a job at a fancy restaurant. She meets and marries a Nisei from Kaua'i and settles in Chicago, where her sisters and parents also eventually settle. Her husband becomes a mail carrier, and they adopt a girl. Later, they move to back to Downey and retire in Kaua'i.",
            "url_title": "My Name Is Yoshiko (book)",
            "categories": [
                "Arts"
            ],
            "rg_rgmediatype": [
                "books"
            ],
            "rg_interestlevel": [
                "Grades 7-8",
                "Grades 9-12",
                "Adult"
            ],
            "rg_genre": [
                "Memoir"
            ],
            "rg_theme": [
                "Names – power and significance",
                "Optimism – power or folly",
                "Role of women",
                "Working class struggles"
            ],
            "rg_availability": [
                "Available"
            ],
            "rg_rgmediatype_label": "Books",
            "rg_rgmediatype_icon": "fa-book"
        }
    ],
    "query": {
        "query": {
            "bool": {
                "filter": [
                    {
                        "term": {
                            "published_rg": true
                        }
                    },
                    {
                        "term": {
                            "rg_pov": "Memoir of a Nisei woman"
                        }
                    }
                ]
            }
        },
        "_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": {}
}