{
 "id": "r161c20d1788",
 "found": true,
 "parent_id": "r248bdcd6dc1",
 "created_at": "2026-09-01 15:26:34.930829+00:00",
 "rows": [
  {
   "url": "https://raw.githubusercontent.com/KonstantinMB/exploreyc/master/backend/main.py",
   "title": null,
   "routes": [
    {
     "route": "/api/v1/docs/openapi.json or /docs /redoc /openapi.json depending on IS_PROD configuration /api/v1/docs or /api/health /api/admin/login /api/admin/logout /api/admin/session /api/admin/email-config /api/admin/enrichment/stats /api/scrape/status/{job_id} /api/companies/{company_id} /api/company/slug/{slug} /api/founders/leaderboard /api/founders/{slug} /api/logo-proxy /api/stats /api/bootstrap /api/map /api/filters/sources /api/filters/batches /api/filters/industries /api/filters/countries /api/export/json /api/export/csv /api/verify-email/{token} /api/subscription/{email} /api/leaderboard /api/predictions/{prediction_id} /api/predictions/shared/{share_token} /api/challenges /api/batch/{batch_name}/wrapped /api/batch/{batch_name}/og-image /api/roadmap/votes /api/roadmap/user-votes/{user_identifier} / or similar GET routes in the codebase. Let's list the explicit @app.get routes found in the text individually as required.",
     "purpose": null
    }
   ]
  },
  {
   "url": "https://raw.githubusercontent.com/KonstantinMB/exploreyc/master/backend/public_api.py",
   "title": null,
   "routes": [
    {
     "route": "/companies_or_companies/{company_id}_or_companies/slug/{slug}_or_search_or_stats_or_sources_or_batches_or_industries_or_countries_or_map_or_batch/{batch_name}/wrapped_or_founders_or_founders/{slug}",
     "purpose": null
    }
   ]
  },
  {
   "url": "https://api.exploreyc.com/openapi.json",
   "title": null,
   "routes": [
    {
     "route": " /  or  /api/health  or  ... (multiple GET endpoints present in OpenAPI schema including /api/admin/session, /api/admin/email-config, etc.)  [Truncated for brevity] ",
     "purpose": null
    }
   ]
  },
  {
   "url": "https://api.exploreyc.com/api/v1/openapi.json",
   "title": null,
   "routes": [
    {
     "route": "/companies_companies_get",
     "purpose": null
    },
    {
     "route": "/companies/{company_id}",
     "purpose": null
    },
    {
     "route": "/companies/slug/{slug}",
     "purpose": null
    },
    {
     "route": "/search",
     "purpose": null
    },
    {
     "route": "/stats",
     "purpose": null
    },
    {
     "route": "/sources",
     "purpose": null
    },
    {
     "route": "/batches",
     "purpose": null
    },
    {
     "route": "/industries",
     "purpose": null
    },
    {
     "route": "/countries",
     "purpose": null
    },
    {
     "route": "/map",
     "purpose": null
    },
    {
     "route": "/batch/{batch_name}/wrapped",
     "purpose": null
    },
    {
     "route": "/founders",
     "purpose": null
    },
    {
     "route": "/founders/{slug}",
     "purpose": null
    }
   ]
  }
 ],
 "notes": []
}