# Apis

## Links

* [API Blueprint](https://apiblueprint.org)
* [Apiary](https://app.apiary.io)
* [Star Wars API](https://swapi.co/) - Nice for testing.
* [Stoplight Studio](https://stoplight.io/studio) - Design APIs 10x faster with our free OpenAPI editor. Prototype and share your API within minutes. ([Code](https://github.com/stoplightio/studio))
* [REST API Tutorial](https://www.restapitutorial.com/)
* [Lessons learned designing APIs](https://menduz.com/posts/2019.05.07)
* [APIs you wont hate](https://apisyouwonthate.com/)
* [Airbyte](https://airbyte.io/) - Simple & extensible open-source EL(T)
* [YTT TECH](https://www.ytt-tech.com/) - a collection of instructional YouTube videos
* [API CheatSheet](https://www.freecodecamp.org/news/what-is-an-api-and-how-to-test-it/)
* [API Design Cheat Sheet](https://github.com/RestCheatSheet/api-cheat-sheet)
* [Give me /events, not webhooks](https://blog.syncinc.so/events-not-webhooks?utm_source=pocket_mylist)
* [API version control](https://github.com/reindert-vetter/api-version-control)
* [API Tokens: A Tedious Survey](https://fly.io/blog/api-tokens-a-tedious-survey/)
* [The Light and Dark Side of the API Economy](https://www.swyx.io/api-economy/)
* [Learn API Doc](https://idratherbewriting.com/learnapidoc/)
* [Nordic APIs](https://nordicapis.com/)
* [REST API Tutorial](https://restfulapi.net/)
* [OAuth 2.0 Simplified](https://www.oauth.com/)

## Newsletter

* [API Developer Weekly](https://us2.campaign-archive.com/home/?u=5005148108dfbac726f74e31e\&id=239e48d26e)

### Tests

* [Httpbin](http://httpbin.org/)
* [Json Placeholder](https://jsonplaceholder.typicode.com/)
* [RequestBin](https://pipedream.com/requestbin)

## Beispiele

* [Stripe API](https://stripe.com/docs/api)
* [List of Great Product API Docs (2020)](https://twitter.com/steipete/status/1335135761197375491)

## OAuth

* [The OAuth 2.0 Authorization Framework](https://datatracker.ietf.org/doc/html/rfc6749)
* [OAuth 2.0](https://oauth.net/2/)
* [Modern Guide - What is OAuth 2.0 and How Does It Work?](https://fusionauth.io/articles/oauth/modern-guide-to-oauth)

## Webhooks

* [Webhook](https://webhook.site)

## Dokumentation

* [Scramble](https://scramble.dedoc.co/) - Laravel OpenAPI (Swagger) Documentation Generator


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://notes.d15r.de/dev/apis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
