Magical Taske
An intuitive and developer-friendly API for fetching sceneries and getaways in Kenya. Make a request and receive a response in seconds. Data is updated periodically to keep it upto date. Do not worry if you make a request and it takes a second or two. You may be the first person making a request for the day and the server may need some milliseconds to warm up. ### Responses Status Code |…
Magical Taske endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Fetch by type / |
This endpoint fetches records by type as defined in `ABOUT` section above. You have to provide type and a limit of the number of records returned. |
| GET |
Fetch by region / |
This endpoint fetches records by region as defined in the `ABOUT` section above. You have to provide region and a limit of the number of records returned. |
| GET |
Fetch by type and region / |
You can make a request finer by combining region and type. This endpoint will return the records requested. You have to provide a limit of the number of records you want. |
| GET |
Fetch details of multiple records /details |
This endpoint fetches details of more than 1 record. Make sure you pass a valid record ids. If you pass in an invalid id, you will get an `Internal Sever Error 500` for the whole… |