# GitHub Docs > Help for wherever you are on your GitHub journey. ## How to Use To find a specific article, use the **Search API** with a query. To browse all available pages, use the **Page List API** to get a list of paths, then fetch individual articles with the **Article API**. The `/api/article/body` endpoint returns clean markdown, ideal for LLM consumption. ## APIs - [Page List API](https://docs.github.com/api/pagelist/en/free-pro-team@latest): Returns all article paths for a given version. Use this to discover what content is available. - [Article API](https://docs.github.com/api/article): Fetches a single article as JSON (metadata and markdown body). Use `/api/article/body` for markdown only. Example: `/api/article/body?pathname=/en/get-started/start-your-journey/about-github-and-git` - [Search API](https://docs.github.com/api/search/v1): Full-text search across all articles. Returns matching pages with context. Example: `/api/search/v1?query=actions&language=en&version=free-pro-team@latest&client_name=curl` - [Versions API](https://docs.github.com/api/pagelist/versions): Lists all available documentation versions. - [Languages API](https://docs.github.com/api/pagelist/languages): Lists all available languages. ## Translations - [Spanish (Español)](https://docs.github.com/api/pagelist/es/free-pro-team@latest) - [Japanese (日本語)](https://docs.github.com/api/pagelist/ja/free-pro-team@latest) - [Portuguese (Português do Brasil)](https://docs.github.com/api/pagelist/pt/free-pro-team@latest) - [Simplified Chinese (简体中文)](https://docs.github.com/api/pagelist/zh/free-pro-team@latest) - [Russian (Русский)](https://docs.github.com/api/pagelist/ru/free-pro-team@latest) - [French (Français)](https://docs.github.com/api/pagelist/fr/free-pro-team@latest) - [Korean (한국어)](https://docs.github.com/api/pagelist/ko/free-pro-team@latest) - [German (Deutsch)](https://docs.github.com/api/pagelist/de/free-pro-team@latest) ## Versions - [Free, Pro, & Team](https://docs.github.com/api/pagelist/en/free-pro-team@latest) - [Enterprise Cloud](https://docs.github.com/api/pagelist/en/enterprise-cloud@latest) - [Enterprise Server 3.20](https://docs.github.com/api/pagelist/en/enterprise-server@3.20) - [Enterprise Server 3.19](https://docs.github.com/api/pagelist/en/enterprise-server@3.19) - [Enterprise Server 3.18](https://docs.github.com/api/pagelist/en/enterprise-server@3.18) - [Enterprise Server 3.17](https://docs.github.com/api/pagelist/en/enterprise-server@3.17) - [Enterprise Server 3.16](https://docs.github.com/api/pagelist/en/enterprise-server@3.16) - [Enterprise Server 3.15](https://docs.github.com/api/pagelist/en/enterprise-server@3.15) - [Enterprise Server 3.14](https://docs.github.com/api/pagelist/en/enterprise-server@3.14)