Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/architrixs/thisapiforthat
https://github.com/architrixs/thisapiforthat
api django-application django-framework render-deployment rest-api
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/architrixs/thisapiforthat
- Owner: Architrixs
- Created: 2022-05-01T11:48:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T10:24:57.000Z (7 months ago)
- Last Synced: 2024-10-11T07:04:57.519Z (about 1 month ago)
- Topics: api, django-application, django-framework, render-deployment, rest-api
- Language: Python
- Homepage: https://thisapiforthat.onrender.com/
- Size: 4.55 MB
- Stars: 23
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# ThisApiForThat
### Try it now [ThisApiForThat](https://thisapiforthat.onrender.com/)
A project in django, a site which can be helpful for all the new and old developers to divulge into the world of APIs.
- Learning Data Science ?
- Need an API to play around with ?
- Making a hobby project but need an Idea ?## API Reference
Hey! And talking about API, how could there not be an APIforAPIs:
#### Get a random API```http
GET /api/random/
```
#### Get all the types/categories of APIs available```http
GET /api/types/
```#### Get all APIs for the type
```http
GET /api/types/{string: type}/
```| Parameter | Type | Description |
| :-------- | :------- | :-------------------------------- |
| `type` | `string` | Type Ex: ArtAndDesign |## Feedback
If you have any feedback, please reach out and/or open an issue.