# DynoTable — query API for LLMs A search endpoint over the same corpus behind the site's own search: the docs, the DynamoDB curriculum at /learn, the comparison pages, the error reference, the FAQ, the code examples and the blog. Ask it a topic; it answers with titled, deep-linked, absolute URLs you can fetch in full. ## Endpoints - GET https://dynotable.com/llms?query= — this format (text/markdown) - GET https://dynotable.com/llms/json?query= — the same answer as JSON ## Parameters - query — required; the topic, in words (also accepted as `q`) - limit — optional; 1–20, default 5 - locale — optional; one of the 13 shipped locales, default en ## Examples - https://dynotable.com/llms?query=single+table+design - https://dynotable.com/llms?query=ProvisionedThroughputExceededException&limit=3 - https://dynotable.com/llms/json?query=query+vs+scan&locale=ja ## Also - https://dynotable.com/llms.txt — what DynoTable is, and the map of the site - https://dynotable.com/sitemap.xml — every public URL, all locales