aboutsummaryrefslogtreecommitdiffstats
path: root/meta.sr.ht/api.md
blob: c1255ecc6f6fb690c26873df13aedd76145a71fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
title: meta.sr.ht API
toc: false
---

**NOTICE**: This is the documentation for the legacy REST API. It is being
replaced with the [GraphQL API](graphql.md).

There are two primary APIs for accessing meta.sr.ht programmatically:

- [OAuth API](oauth-api.md): authenticating across all sr.ht services
- [User API](user-api.md): accessing information about the authenticated user

Each is documented on their respective pages.