Real-estate oracle search endpoint (currently offline / unprovisioned).
What it does
This listing refers to an x402-protocol endpoint at re-oracle-production.up.railway.app/api/v1/search. Based on the URL path and project name ("re-oracle"), the service appears to be a real-estate data oracle offering a search API. However, the endpoint is currently completely unreachable.
Every page on the Railway-hosted domain — including the root, /docs, /api, /pricing, and the target endpoint itself — returns Railway's default "The train has not arrived at the station" placeholder page. This indicates the Railway deployment has not been provisioned or has been taken down. The probe confirmed that neither GET nor POST requests to the /api/v1/search path returned a 402 x402 challenge; instead, all attempts returned HTTP 404.
No documentation, OpenAPI schema, pricing information, or usage examples are available. The endpoint cannot be used in its current state. Prospective users should contact the project owner or check back later to see if the deployment is restored.
Capabilities
Use cases
- —Searching real-estate listings or property data (inferred from name)
- —Querying property market information via a pay-per-call API
- —Agent-driven real-estate research
Fit
Best for
- —Developers needing programmatic real-estate search (when live)
- —AI agents that pay per query for property data (when live)
Not for
- —Anyone needing a working endpoint right now — the service is offline
- —Users requiring guaranteed uptime or SLA-backed data services
Quick start
# Endpoint is currently offline. When live, an x402 call would look like:
curl -X POST https://re-oracle-production.up.railway.app/api/v1/search \
-H 'Content-Type: application/json' \
-d '{"query": "3 bed house in Austin TX"}'Endpoint
Quality
The endpoint is completely offline — Railway shows its default unprovisioned placeholder on every path. No 402 challenge was returned, no schema or docs exist, and no pricing or capability information is available. The listing is effectively a stub for a non-functional service.
Warnings
- —Endpoint is completely offline: Railway deployment is unprovisioned or removed.
- —No x402 challenge returned on any HTTP method (404 on both GET and POST).
- —All crawled pages return Railway's default 'train has not arrived' error.
- —No documentation, schema, or pricing information available.
- —Service name and capabilities are inferred solely from the URL; may be inaccurate.
Citations
- —All pages on the domain return Railway's 'The train has not arrived at the station' placeholder.https://re-oracle-production.up.railway.app
- —The endpoint returned 404 on both POST and GET probe attempts, not a 402 x402 challenge.https://re-oracle-production.up.railway.app/api/v1/search