Ground profile

F
GET /v1/grounds/{id}

One ground and how much we hold on it

One ground: name, city, country, capacity, surface, and how many matches in the archive were played there.

Plan

This endpoint needs Free key. It works on the free key, which reads yesterday, today and the fixtures ahead.

Parameters

venue_id string path required
The ground, from /v1/grounds. e.g. vn_0K7Y8MT

Request

curl "https://api.footballsoccerapi.com/v1/grounds/vn_0K7Y8MT" \
  -H "X-API-Key: $FSAPI_KEY"

Example response

A real row from the archive, fetched when this page rendered. Run it against your own key below.

200 OK application/json
{
    "data": [],
    "meta": {
        "data_as_of": "2026-09-27T03:47:30Z",
        "request_id": "01J9QW3C7M4KX2VB"
    }
}

Run it live

Paste your key and fire the real request. The key is kept in this browser only and never sent anywhere but the API.

Get a key
GET