# Facts API ## APIs > This is a fully HATEOAS API. Start here and traverse links to discover available resources. AI agents should also read /ai.txt, /llms.txt, and /llms-full.txt before crawling. > This site provides a RESTful API for accessing fact documents. > The /api/facts endpoint provides access to fact documents. To get all the facts you can read /api/facts and then follow the href in each to cache each fact. The api is fully HATEOAS. > This service provides curated fact documents for automated retrieval. > Images are separate linked resources so the fact documents remain compact. Follow `_links.image.href` when it is present. - API root: /api - API facts root: /api/facts - Bob Mortimer fact: /api/facts/bob-mortimer - Tiswas fact: /api/facts/tiswas - OpenAPI spec: /api/openapi.json - UTCP manual: /api/utcp - Full documentation: /llms-full.txt