GET /api/3.0/browse/interest-level/Pre-K/?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": "The Experience of Japanese Americans in the United States: A Teacher Resource Manual (curricula)",
            "model": "article",
            "index": "0 0/{'value': 1, 'relation': 'eq'}",
            "links": {
                "html": "https://resourceguide.densho.org/The%20Experience%20of%20Japanese%20Americans%20in%20the%20United%20States:%20A%20Teacher%20Resource%20Manual%20(curricula)/?format=api",
                "json": "https://resourceguide.densho.org/api/3.0/articles/The%20Experience%20of%20Japanese%20Americans%20in%20the%20United%20States:%20A%20Teacher%20Resource%20Manual%20(curricula)/?format=api"
            },
            "title": "The Experience of Japanese Americans in the United States: A Teacher Resource Manual (curricula)",
            "description": "The Advisory Council to the Ethnic Heritage Project of the\n  \n   Japanese American Citizens League\n  \n  (JACL) developed, printed and distributed this manual in 1975. It was one of the first efforts to provide K–12 instructional materials about the history and achievements of Japanese Americans in the United States. The aim of the manual was to counter existing teaching materials which contained information that \"portray(ed) persons of Japanese ancestry in a distorted or stereotypic fashion\" (page 6). In addition, the authors sought to see Japanese Americans represented in the educational system's instructional framework of cultural pluralism.",
            "url_title": "The Experience of Japanese Americans in the United States: A Teacher Resource Manual (curricula)",
            "rg_rgmediatype": [
                "curricula"
            ],
            "rg_interestlevel": [
                "Pre-K",
                "Grades 1-2",
                "Grades 3-5",
                "Grades 7-8",
                "Grades 9-12"
            ],
            "rg_theme": [
                "Displacement",
                "Evils of racism",
                "Immigrant experience",
                "Injustice",
                "Knowledge versus ignorance",
                "Overcoming - fear, weakness, vice",
                "Patriotism - positive side or complications",
                "Rights - individual or societal",
                "War - glory, necessity, pain, tragedy"
            ],
            "rg_availability": [
                "Widely available"
            ],
            "rg_rgmediatype_label": "Curricula",
            "rg_rgmediatype_icon": "fa-tasks"
        }
    ],
    "query": {
        "query": {
            "bool": {
                "filter": [
                    {
                        "term": {
                            "published_rg": true
                        }
                    },
                    {
                        "term": {
                            "rg_interestlevel": "Pre-K"
                        }
                    }
                ]
            }
        },
        "_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": {}
}