Events Feed — How to Use
Authentication Required: The JSON feed requires proper headers for access control and usage tracking.
Example Request
Use curl with the required headers to access the feed:
curl -s "https://funlist.ai/ai-feed.json?source=funlist.ai" \
-H "X-AI-Consumer: demo" \
-H "X-AI-Purpose: search" \
-H "X-AI-Key: <YOUR_TOKEN>" | jq .
Required Headers
| Header | Description | Example |
|---|---|---|
X-AI-Consumer |
Identifies your application or service | funlist.ai, demo |
X-AI-Purpose |
Intended use of the data | search, indexing, analysis |
X-AI-Key |
Your API authentication token | Contact us for access |
Response Format
The feed returns JSON data with the following structure:
{
"version": "1.0",
"generated_at": "2025-11-08T17:00:00Z",
"license": "Training use prohibited without written license from legal@funlist.ai",
"items": [
{
"id": 1,
"title": "Event Title",
"content": "Event description and details",
"timestamp": "2025-11-08T17:00:00Z"
}
]
}
Note: Direct browser access will fail due to missing authentication headers. Use an API client or application instead.
Need Access?
To request an API key or learn more about the Community AI Gateway:
Questions Or Need Enterprise Access?
Our AI Gateway team is here to help with licensing inquiries, technical questions, and partnership opportunities.