{
    "ok": true,
    "query": {
        "month": 1,
        "day": 23,
        "date": "01-23",
        "day_name": "Friday",
        "types": null,
        "country": null,
        "category": null,
        "year_from": null,
        "year_to": null,
        "limit": 200
    },
    "count": 5,
    "summary": {
        "birth": 2,
        "death": 0,
        "event": 2,
        "reminder": 1
    },
    "data": [
        {
            "id": 101,
            "month": 1,
            "day": 23,
            "year": 1933,
            "type": "birth",
            "description": "Chita Rivera",
            "country_code": "US",
            "country_name": "United States",
            "category": "geography",
            "tags": [
                "birth",
                "geography",
                "us",
                "early-modern"
            ],
            "weekday_filter": null,
            "source": "today.dat",
            "verified": false
        },
        {
            "id": 102,
            "month": 1,
            "day": 23,
            "year": 1943,
            "type": "birth",
            "description": "Gil Gerard, actor.",
            "country_code": "US",
            "country_name": "United States",
            "category": "arts",
            "tags": [
                "birth",
                "arts",
                "us",
                "early-modern"
            ],
            "weekday_filter": null,
            "source": "today.dat",
            "verified": false
        },
        {
            "id": 243,
            "month": 1,
            "day": 23,
            "year": 1849,
            "type": "event",
            "description": "Mrs. Elizabeth Blackwell becomes first woman physician in U.S.",
            "country_code": "US",
            "country_name": "United States",
            "category": "science",
            "tags": [
                "event",
                "science",
                "us",
                "historical"
            ],
            "weekday_filter": null,
            "source": "today.dat",
            "verified": false
        },
        {
            "id": 244,
            "month": 1,
            "day": 23,
            "year": 1942,
            "type": "event",
            "description": "Tupperware is invented.",
            "country_code": "US",
            "country_name": "United States",
            "category": "science",
            "tags": [
                "event",
                "science",
                "us",
                "early-modern"
            ],
            "weekday_filter": null,
            "source": "today.dat",
            "verified": false
        },
        {
            "id": 292,
            "month": 1,
            "day": 23,
            "year": null,
            "type": "reminder",
            "description": "National Handwriting Day.",
            "country_code": null,
            "country_name": null,
            "category": "misc",
            "tags": [
                "reminder",
                "misc"
            ],
            "weekday_filter": null,
            "source": "today.dat",
            "verified": false
        }
    ]
}