Sports Results

If you're searching for a sports team or person, and they are recently participating in a competition, google may return a box showing the results of that team or person. These results can be retrieved using the sport_results property from the API response.

Sports Results examples

Results For q:"cfr cluj"

Sports Results example
GET external-link
https://api.searchdata.io/v1?engine=google&api_key=YOUR_API_KEY&q=cfr%20cluj
Code to integrate
external-link
Json Example external-link
{
    ...
    "sports_results": {
        "title": "CFR 1907 Cluj",
        "league": "1st in Liga I",
        "games": [
        {
            "teams": [
            {
                "name": "Academica Clinceni",
                "score": "1"
            },
            {
                "name": "CFR Cluj",
                "score": "2"
            }
            ],
            "status": "FT",
            "date": "FT"
        },
        {
            "teams": [
            {
                "name": "CFR Cluj",
                "score": "2"
            },
            {
                "name": "Lincoln Red Imps",
                "score": "0"
            }
            ],
            "status": "FT",
            "date": "FT"
        },
        {
            "teams": [
            {
                "name": "CFR Cluj",
                "score": "1"
            },
            {
                "name": "Chindia Târgoviște",
                "score": "0"
            }
            ],
            "status": "FT",
            "date": "FT"
        },
        {
            "teams": [
            {
                "name": "CFR Cluj",
                "score": "1"
            },
            {
                "name": "Young Boys",
                "score": "1"
            }
            ],
            "status": "FT",
            "date": "FT"
        },
        {
            "teams": [
            {
                "score": "Mioveni"
            }
            ]
        },
        {
            "teams": [
            {
                "score": "Young Boys"
            }
            ]
        }
        ]
    },
    ...
}