WayCite

Build Travel Apps With Intelligence You Can Trust

Our REST API returns cross-referenced, confidence-scored travel data from consented partner blogs, Reddit, and YouTube. Attribution links in every response.

Semantic Search

Natural language queries return the most relevant travel intelligence across all indexed sources.

Confidence Scoring

Every result includes a 0-1 confidence score based on source agreement and recency.

Built-in Attribution

Attribution links included in every response. Comply with content licensing automatically.

Sub-100ms Latency

Powered by Meilisearch for instant results. Average response time under 100ms.

Structured Data

Clean, typed responses with entities, coordinates, prices, and metadata ready for your UI.

API Key Auth

Simple API key authentication. Rate limiting and usage dashboard included.

Travel Intelligence API

Get cross-referenced, confidence-scored travel intelligence from consented partner blogs, Reddit, and YouTube. Every response includes attribution links that send referral traffic back to bloggers.

  • Cross-referenced, confidence-scored results
  • Attribution links in every response
  • Partner blog content with full consent
  • Reddit and YouTube data sources
  • Simple RESTful API design
  • Generous free tier for hobbyists
Request
curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://api.waycite.com/v1/search?q=best+ramen+tokyo"
Response
{
  "results": [
    {
      "title": "Tokyo Ramen Guide: 12 Must-Try Shops",
      "confidence": 0.94,
      "sources": 3,
      "attribution": "https://partner-blog.com/tokyo-ramen",
      "snippet": "After visiting 47 ramen shops across Tokyo..."
    }
  ],
  "meta": { "query": "best ramen tokyo", "total": 8 }
}

Quick Start Examples

Get started in your favourite language. Copy, paste, and make your first request in under a minute.

curl -H "Authorization: Bearer YOUR_API_KEY" \
  "https://api.waycite.com/v1/search?q=best+ramen+tokyo"

Start Building Today

Get your API key and make your first request in under 5 minutes.