GET /api/3.0/browse/reading-level/Grades%207-9/?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": "A Teacher's Resource for Farewell to Manzanar (curricula)",
            "model": "article",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://resourceguide.densho.org/A%20Teacher's%20Resource%20for%20Farewell%20to%20Manzanar%20(curricula)/?format=api",
                "json": "https://resourceguide.densho.org/api/3.0/articles/A%20Teacher's%20Resource%20for%20Farewell%20to%20Manzanar%20(curricula)/?format=api"
            },
            "title": "A Teacher's Resource for Farewell to Manzanar (curricula)",
            "description": "This study guide developed in 1999 by Facing History and Ourselves with Voices of Love and Freedom is part of the \"Witness to History\" series that examines a literary work confronting the complexity of history particularly around issues of prejudice and discrimination. It is based on the 1973 edition of\n  \n\n    Farewell to Manzanar\n   \n\n  by Jeanne Wakatsuki Houston and James D. Houston. In this memoir, Wakatsuki Houston traces her family experiences during World War II, when because of their Japanese ancestry, they are incarcerated at Manzanar, a concentration camp in the California desert.",
            "url_title": "A Teacher's Resource for Farewell to Manzanar (curricula)",
            "rg_rgmediatype": [
                "curricula"
            ],
            "rg_interestlevel": [
                "Grades 7-8",
                "Grades 9-12"
            ],
            "rg_theme": [
                "Coming of age",
                "Displacement",
                "Evils of racism",
                "Family - blessing or curse",
                "Growing up - pain or pleasure",
                "Identity crisis",
                "Injustice"
            ],
            "rg_readinglevel": [
                "Grades 7-9",
                "Grades 9-12"
            ],
            "rg_availability": [
                "Widely available"
            ],
            "rg_rgmediatype_label": "Curricula",
            "rg_rgmediatype_icon": "fa-tasks"
        }
    ],
    "query": {
        "query": {
            "bool": {
                "filter": [
                    {
                        "term": {
                            "published_rg": true
                        }
                    },
                    {
                        "term": {
                            "rg_readinglevel": "Grades 7-9"
                        }
                    }
                ]
            }
        },
        "_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": {}
}