Integrate International Conference Alerts data into your applications, chatbots, or custom ChatGPT actions. Access 970,000+ conferences worldwide.
Contact us at [email protected] to obtain an API key.
/api/gpt/conferencesSearch conferences with filters
/api/gpt/conferences/{id}Get single conference details
/api/gpt/topicsList all available topics
/api/gpt/countriesList countries with conferences
/api/gpt/statsGet database statistics
| Parameter | Type | Description |
|---|---|---|
q | string | Free-text search (name, topic, sub-topic) |
topic | string | Main topic filter |
subtopic | string | Sub-topic filter |
country | string | Single country filter |
countries | string | Multiple countries (comma-separated) |
continent | string | Asia, Europe, North America, South America, Africa, Oceania |
city | string | City name filter |
type | string | conference, seminar, workshop, webinar |
from | date | Start date (YYYY-MM-DD) |
to | date | End date (YYYY-MM-DD) |
month | string | Month filter (YYYY-MM) |
year | number | Year filter |
limit | number | Results per page (1-50, default: 10) |
offset | number | Pagination offset |
AI conferences in India in March 2026
GET /api/gpt/conferences?q=AI&country=India&month=2026-03Medical conferences in Europe Q1 2026
GET /api/gpt/conferences?topic=Health+And+Medicine&continent=Europe&from=2026-01-01&to=2026-03-31Engineering workshops in USA or Canada
GET /api/gpt/conferences?topic=Engineering&type=workshop&countries=United+States,CanadaUpcoming business conferences in Asia
GET /api/gpt/conferences?topic=Business+And+Economics&continent=Asia&from=2026-02-03Go to ChatGPT > Create GPT > Configure > Actions
Use URL: https://conferencealerts.com/api/gpt/openapi
Select "API Key" with custom header "X-API-Key"
Try: "Find AI conferences in Singapore next month"
Need help or have questions? Contact us at [email protected]