> For the complete documentation index, see [llms.txt](https://docs.maildrop.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maildrop.cc/api-reference.md).

# API Reference

- [Overview](https://docs.maildrop.cc/api-reference/overview.md): This page gives you all the information you need to start connecting to the Maildrop API and performing queries.
- [Rate Limiting](https://docs.maildrop.cc/api-reference/rate-limiting.md): This page provides information about the Maildrop API service limits.
- [GraphQL API Schema](https://docs.maildrop.cc/api-reference/graphql-api-schema.md): This page provides general information about GraphQL and the reference schema for Maildrop.
- [Get a Mailbox Listing](https://docs.maildrop.cc/api-reference/get-a-mailbox-listing.md): This is the GraphQL query to run in order to get a list of all messages inside a mailbox.
- [Get a Specific Message](https://docs.maildrop.cc/api-reference/get-a-specific-message.md): This is the GraphQL query to run when you want to get the body and html of a particular message.
- [Delete a Message](https://docs.maildrop.cc/api-reference/delete-a-message.md): This is the GraphQL mutation to run when you want to delete a message from a mailbox.
- [Get a Mailbox Alias](https://docs.maildrop.cc/api-reference/get-a-mailbox-alias.md): This is the GraphQL query to run when you want to get the mailbox alias for a given mailbox.
- [Maildrop Statistics](https://docs.maildrop.cc/api-reference/maildrop-statistics.md): This is the GraphQL query to run when you want to see overall statistics about Maildrop emails.
- [Service Status](https://docs.maildrop.cc/api-reference/service-status.md): This is the GraphQL query to run to return a simple boolean of whether Maildrop is functioning or not.
