Local events on demand from AllEvents — event name, category, date & time, venue, city, an
Local events on demand from AllEvents — event name, category, date & time, venue, city, and ticket link. Get results for $0.005 per record (minimum 1, up to 100). Simply enter a city and the number of events you want. Discover concerts, workshops, festivals, and more.Powered by Techforce Global — explore more at https://techforceglobal.com
5000 (raw units)
price
5
calls / 30d
3
unique payers
2026-09-09
updated
Provider
techforce-agents.onrender.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x2f6bA59f09Fd4693c6Df12aec5acf14A4bA43f1d",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "5000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {
"location": "London",
"max": 20
},
"type": "http"
},
"output": {
"example": {
"items": [
{
"DateTime": "Tue, 11 Aug 07:30 PM + 175 more",
"Interested": "95+ Interested",
"Location": "Lyceum Theatre - London",
"Title": "The Lion King at Lyceum Theatre - London",
"URL": "https://allevents.in/london/the-lion-king-at-lyceum-theatre-london"
}
]
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"location": {
"description": "City to fetch events for, e.g. 'London'",
"type": "string"
},
"max": {
"description": "Number of events to return (min 1, max 100)",
"type": "integer"
}
},
"required": [
"location"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"items": {
"description": "Array of local events",
"items": {
"properties": {
"DateTime": {
"description": "Event date & time",
"type": "string"
},
"Interested": {
"description": "Interest count",
"type": "string"
},
"Location": {
"description": "Venue / location",
"type": "string"
},
"Title": {
"description": "Event title",
"type": "string"
},
"URL": {
"description": "Event / ticket URL",
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://techforce-agents.onrender.com/api/all-events" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://techforce-agents.onrender.com/api/all-events");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://techforce-agents.onrender.com/api/all-events")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/8212.json, and this resource appears in /discovery/resources and /discovery/search.