API metadata
Responses
200Success
application/json
commit_hashstringRequiredExample:
The git commit hash the API is running on.
61b58e38f226a8148fba5da8398e7cb2e2c11fd2dbstringRequiredExample:
The database the API is pulling data from.
production-livedeploy_hashstringRequiredExample:
The deployment hash the API is running on.
dpl_13SZp56zC5qn3f9yG1cW2HTdJ31fmessagestringRequiredExample:
A brief description of the API.
Grand Archive TCG API server.request_receivednumberRequiredExample:
The time the request was received by the server.
1748939089get/
GET / HTTP/1.1
Host: api.gatcg.com
Accept: */*
200Success
{
"commit_hash": "61b58e38f226a8148fba5da8398e7cb2e2c11fd2",
"db": "production-live",
"deploy_hash": "dpl_13SZp56zC5qn3f9yG1cW2HTdJ31f",
"message": "Grand Archive TCG API server.",
"request_received": 1748939089
}This returns a list of API update changelog entries ordered by descending date.
Query parameters
limitnumber · min: 1 · max: 100OptionalDefault:
Number of results to display.
50Responses
200
A list of changelog entries ordered by descending date.
application/json
A list of changelog entries ordered by descending date.
contentstringRequiredExample:
A HTML description of the update with Index-specific links.
Added new set: <a href="/cards?prefix=ALC%201st">Alchemical Revolution First Edition</a>.datestring · date-timeRequiredExample:
When the dataset was created.
2024-10-11T12:00:00+00:00uuidstringRequiredExample:
A 10-character alphanumeric UUID.
abcde12345get/changelog/list
GET /changelog/list HTTP/1.1
Host: api.gatcg.com
Accept: */*
200
A list of changelog entries ordered by descending date.
[
{
"content": "Added new set: <a href=\"/cards?prefix=ALC%201st\">Alchemical Revolution First Edition</a>.",
"date": "2024-10-11T12:00:00+00:00",
"uuid": "abcde12345"
}
]Last updated

