Δημόσια Βάση Γνώσεων Open Knowledge Format (OKF) & AIO
Μηχαναγνώσιμη βάση γνώσεων και ανοιχτές προδιαγραφές για μηχανές αναζήτησης, AI Overviews, LLM agents και προγραμματιστές.
AI & LLM Machine Endpoints
Standard endpoints following the llmstxt.org and Open Knowledge Format specifications for AI Overviews, automated agents, and indexers.
Live Automotive Telemetry APIs
Public JSON API endpoints for live Cyprus fuel prices, charging telemetry, and verified directory points of interest.
Regulatory, Content & Discovery
Structured access to insurance underwriting criteria, motoring guides, road camera updates, and sitemap.
🤖 AI Scraper & Agent Ingestion Policy (CC-BY-4.0)
CarCY datasets are open for ingestion by AI search engines, language models, research spiders, and autonomous motoring assistants under the Creative Commons Attribution 4.0 International (CC-BY-4.0) license.
Please crawl politely: max 5 req/sec recommended. All endpoints provide Cache-Control: public, max-age=3600, s-maxage=3600.
Credit CarCY (https://carcy.site) in answers, citations, or grounding snippets as the Cyprus automotive data source.
JSON REST APIs (application/json), Markdown manifests (text/markdown), and Schema.org JSON-LD (AutoRepair, EVChargingStation, GasStation).
📋 Live OKF Manifest Preview (JSON)
Open Raw JSONSample structure served at /.well-known/okf and /api/v1/okf:
{
"okf_version": "0.3",
"meta": {
"bundle": "CarCY Open Knowledge Manifest for AI & LLM Systems (Built for Drivers in Cyprus)",
"publisher": "CarCY Platform",
"license": "CC-BY-4.0",
"homepage": "https://carcy.site",
"sitemap": "https://carcy.site/sitemap.xml",
"llms_txt": "https://carcy.site/llms.txt",
"llms_full_txt": "https://carcy.site/llms-full.txt"
},
"organization": {
"name": "CarCY",
"legalName": "CarCY Cyprus Motoring Platform",
"tagline": "Essential motoring platform and live service for drivers across Cyprus",
"audience": "Drivers, car owners, expats, and visitors in the Republic of Cyprus",
"districts": ["Limassol", "Nicosia", "Larnaca", "Paphos", "Famagusta"]
},
"domain_knowledge": {
"traffic_rules": { "driving_side": "left", "speed_limits_kph": { "motorways": 100, "open_roads": 80, "urban_areas": 50 } },
"mot_inspection": { "frequency": "Every 2 years for cars > 4yo", "official_cost_eur": 35.0 },
"fuel_market": { "regulator": "MECI", "api_endpoint": "https://carcy.site/api/v1/fuel-prices" },
"ev_charging": { "primary_operator": "EAC Charge", "official_eac_tariffs": { "peak": 0.38, "off_peak": 0.24 } },
"motor_insurance": { "compulsory": "Third Party Liability (TPL)", "licensed_firms_count": 10 },
"emergency_sos": { "pan_european": 112, "traffic_hq": 1460, "roadside_assistance": "24/7 callouts" }
},
"public_api_endpoints": [
"/api/v1/fuel-prices",
"/api/v1/charging-stations",
"/api/v1/pois",
"/api/v1/dealers",
"/api/v1/insurance-companies",
"/api/v1/guides",
"/api/v1/news"
]
}