Events' API

Entry point : https://pokedata.ovh/events/api/

Retrieving TCG events
Method
GET
Name
_tcg
Parameters
cups
challenges
pre
(for pre-release)
Mandatory
No
AND/OR
OR
Example
Retrieving VG events
Method
GET
Name
_vg
Parameters
cups
challenges
Mandatory
No
AND/OR
OR
Example
Retrieving GO events
Method
GET
Name
_go
Parameters
cups
challenges
Mandatory
No
AND/OR
OR
Example



Filtering by country
Method
GET
Name
_country
Parameters
Alpha-2 code of the country
Mandatory
No
AND/OR
OR
Example
Filtering by state
Since the new Events' locator, states are not standardized.
Filtering by states is not recommended.
The Latitude/Longitude/Radius/Unit filter is recommended instead.
Method
GET
Name
_state
Parameters
state's name
as shown in the official events' locator
Mandatory
No
AND/OR
OR
Example
Filtering by city
Since the new Events' locator, cities are not standardized.
Filtering by cities is not recommended.
The Latitude/Longitude/Radius/Unit filter is recommended instead.
Method
GET
Name
_city
Parameters
city's name
as shown in the official events' locator
Mandatory
No
AND/OR
OR
Example



Start date of the query
If not specified, start date is today
Method
GET
Name
_start
Parameters
a date
format : YYYY-MM-DD
Mandatory
No
AND/OR
AND
Example
End date of the query
Method
GET
Name
_end
Parameters
a date
format : YYYY-MM-DD
Mandatory
No
AND/OR
AND
Example



Filtering on a zone
Method
GET
Name
_latitude
_longitude
_radius
_unit
Parameters
a latitude
in decimal degrees
a longitude
in decimal degrees
a distance
distance from the _latitude/_longitude center
unit of _distance
miles or km
Mandatory
Yes
Yes
Yes
Yes
AND/OR
AND
AND
AND
AND
Example



Return results as a calendar (ICS format)
To add events to a calendar
Method
GET
Name
ics
Parameters
Mandatory
No
AND/OR
N/A
Example



Combining these filters should allow you to retrieve the events you're interested in:

https://pokedata.ovh/events/api/_tcg/cups/challenges/_go/cups/_vg/challenges/_latitude/48.866667/_longitude/2.333333/_radius/200/_unit/km/_start/2025-09-010/_end/2025-12-31/

Please contact me if you need another filter or if data are missing in the API results.