DogDummyAPI
Free and simple rest API made for beginners in mind. DogDummyAPI provides you with beginner friendly rest API with its varieties of properties that covers most of data types including Strings, Number, Array, Object and even Nested Object. Check official website for more details: https://dogdummyapi.netlify.app/get-started
DogDummyAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| Dogs | ||
| GET |
Get all dogs /dogs |
Return all dogs |
| GET |
Search dogs by name /dogs/filter |
Return all dogs that name includes the search query value in this case the "am" |
| GET |
Search dogs by color /dogs/filter |
Return all dogs that include the color query value |
| GET |
Limits dogs result /dogs/filter |
Limits dogs result to 3 |
| GET |
Filter dogs /dogs/filter? |
Filter dogs with queries |
| Single dog | ||
| GET |
Get single dog by id /dog/id/1 |
return single id with the specific id |
| GET |
Get single dog by name /dog/name/Chihuahua |
return single id with the specific name |
| Categories | ||
| GET |
Get all categories /categories |
returns an array of category |
| GET |
Get all dogs from category /categories/hound |
returns an array of dogs from hound category |
| Colors | ||
| GET |
Get all colors /colors |
colors are initially sorted in ascending order |
| GET |
Get all filtered colors /colors/filter |
returns an array of filtered colors |
| Images | ||
| GET |
Get all images /images |
returns an array of images of all dogs |
| GET |
Get single image /image/Border_Collies.jpg |
returns the image of Border Collies dog |
DogDummyAPI pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|