{
    "ok": true,
    "query": {
        "month": 1,
        "day": 2,
        "date": "01-02",
        "day_name": "Friday",
        "types": null,
        "country": null,
        "category": null,
        "year_from": null,
        "year_to": null,
        "limit": 200
    },
    "count": 3,
    "summary": {
        "birth": 1,
        "death": 0,
        "event": 1,
        "reminder": 1
    },
    "data": [
        {
            "id": 5,
            "month": 1,
            "day": 2,
            "year": 1920,
            "type": "birth",
            "description": "Issac Asimov, famous science fiction author.",
            "country_code": "US",
            "country_name": "United States",
            "category": "arts",
            "tags": [
                "birth",
                "arts",
                "us",
                "early-modern"
            ],
            "weekday_filter": null,
            "source": "today.dat",
            "verified": false
        },
        {
            "id": 151,
            "month": 1,
            "day": 2,
            "year": 1921,
            "type": "event",
            "description": "DeYoung Museum in San Francisco's Golden Gate Park opens.",
            "country_code": "US",
            "country_name": "United States",
            "category": "arts",
            "tags": [
                "event",
                "arts",
                "us",
                "early-modern"
            ],
            "weekday_filter": null,
            "source": "today.dat",
            "verified": false
        },
        {
            "id": 286,
            "month": 1,
            "day": 2,
            "year": null,
            "type": "reminder",
            "description": "Maui International surf championship begins today! Surf's up Dude!",
            "country_code": null,
            "country_name": null,
            "category": "sport",
            "tags": [
                "reminder",
                "sport"
            ],
            "weekday_filter": null,
            "source": "today.dat",
            "verified": false
        }
    ]
}