Returns a day-by-day weekend shape (arrival, main day), a lodging posture recomm
Returns a day-by-day weekend shape (arrival, main day), a lodging posture recommendation, and transit strategy, with confidence caveats. Use to draft a 2-3 day trip between an origin and destination.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
674 msmedian answer time
$0.25listed price per call
$0.25price 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://travel-agent.forgemesh.io/api/weekend-getaway
| Category | Everything else |
|---|---|
| Provider host | travel-agent.forgemesh.io |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.25 | 674 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"destination": "Galveston, TX",
"end_date": "2026-08-09",
"lat": "29.3013",
"lon": "-94.7977",
"origin": "Houston, TX",
"start_date": "2026-08-07",
"transportation_modes": "driving,walking",
"trip_style": "easy waterfront reset"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"budget": {
"type": "string"
},
"destination": {
"type": "string"
},
"destination_currency": {
"type": "string"
},
"end_date": {
"type": "string"
},
"lat": {
"type": "string"
},
"lodging_style": {
"type": "string"
},
"lon": {
"type": "string"
},
"max_distance_or_travel_time": {
"type": "string"
},
"origin": {
"type": "string"
},
"start_date": {
"type": "string"
},
"transportation_modes": {
"type": "string"
},
"trip_style": {
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"type": "object"
},
"ok": {
"type": "boolean"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}