Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/architrixs/thisapiforthat


https://github.com/architrixs/thisapiforthat

api django-application django-framework render-deployment rest-api

Last synced: about 12 hours ago
JSON representation

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.