GET /api/3.0/browse/genre/Sports/?format=api
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2,
    "limit": 25,
    "offset": 0,
    "prev_offset": null,
    "next_offset": null,
    "page_size": 25,
    "this_page": 1,
    "num_this_page": 2,
    "prev_api": "",
    "next_api": "",
    "objects": [
        {
            "id": "Bat 6 (book)",
            "model": "article",
            "index": "0 0/{'value': 2, 'relation': 'eq'}",
            "links": {
                "html": "https://resourceguide.densho.org/Bat%206%20(book)/?format=api",
                "json": "https://resourceguide.densho.org/api/3.0/articles/Bat%206%20(book)/?format=api"
            },
            "title": "Bat 6 (book)",
            "description": "Set in 1949, two small towns in Oregon are rivals in the girls' softball game of the year,\n  \n   Bat 6\n  \n  (1998). On the Bear Creek Ridge team, Aki Mikami is the new girl is who has just returned after being \"sent away to a camp\" with her family since 1942. All the 6th grade girls were too young to remember Aki and her family leaving, and the adults would talk in whispers amongst themselves about what happened, but not to the children. Aki is shy but she is an amazing ball player (her mother was MVP for Bat 6 in 1930) and girls take to her immediately. The opposing Bat 6 team, Barlow, also recruits a talented new player named Shazam—a troubled girl who has come to live with her grandmother. She hates the Japanese because her father was killed in the attack on Pearl Harbor. The ballgame culminates in a catastrophic incident between Shazam and Aki. Told in retrospectives by the girls who make up the two softball teams, the chapters peel back the evolution of the incident which reveals the conflicts in the small community both before and after the war.",
            "url_title": "Bat 6 (book)",
            "categories": [
                "Arts"
            ],
            "rg_rgmediatype": [
                "books"
            ],
            "rg_interestlevel": [
                "Grades 3-5",
                "Grades 6-8"
            ],
            "rg_genre": [
                "Children's",
                "Sports"
            ],
            "rg_theme": [
                "Character - destruction, building up",
                "Forgiveness"
            ],
            "rg_readinglevel": [
                "Grades 3-5",
                "Grades 6-8"
            ],
            "rg_availability": [
                "Widely available"
            ],
            "rg_rgmediatype_label": "Books",
            "rg_rgmediatype_icon": "fa-book"
        },
        {
            "id": "Baseball Saved Us (book)",
            "model": "article",
            "index": "1 1/{'value': 2, 'relation': 'eq'}",
            "links": {
                "html": "https://resourceguide.densho.org/Baseball%20Saved%20Us%20(book)/?format=api",
                "json": "https://resourceguide.densho.org/api/3.0/articles/Baseball%20Saved%20Us%20(book)/?format=api"
            },
            "title": "Baseball Saved Us (book)",
            "description": "Popular and acclaimed children's picture book written by Ken Mochizuki and illustrated by Dom Lee about the concentration camps and their aftermath through the prism of baseball.",
            "url_title": "Baseball Saved Us (book)",
            "categories": [
                "Arts"
            ],
            "rg_rgmediatype": [
                "books"
            ],
            "rg_interestlevel": [
                "Grades 1-2",
                "Grades 3-5"
            ],
            "rg_genre": [
                "Children's",
                "Sports",
                "Picture book"
            ],
            "rg_theme": [
                "Character - destruction, building up",
                "Fear of failure"
            ],
            "rg_readinglevel": [
                "Grades 3-5"
            ],
            "rg_availability": [
                "Widely available"
            ],
            "rg_rgmediatype_label": "Books",
            "rg_rgmediatype_icon": "fa-book"
        }
    ],
    "query": {
        "query": {
            "bool": {
                "filter": [
                    {
                        "term": {
                            "published_rg": true
                        }
                    },
                    {
                        "term": {
                            "rg_genre": "Sports"
                        }
                    }
                ]
            }
        },
        "_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": {}
}