LONG Events event-weeks API
LONG Events event-weeks API: curated conference/festival weeks with side events, cities and tags across the global crypto & nomad circuit. Actions: list, get, search, cities, tags.
Answeringour last check, 2026-09-25
1 of 1checks answered this week
922 msmedian answer time
$0.005listed price per call
$0.005price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://long.events/functions/v1/api-event-weeks
| Category | Market data |
|---|---|
| Provider host | long.events |
| Networks | eip155:56, eip155:8453 |
| Payment schemes | exact, long-events-stable-txhash, long-events-txhash |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-25 | valid payment request | 402 | $0.005 | 922 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"action": "list",
"city": "Lisbon",
"limit": "20",
"upcoming": "true"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"headers": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}