PoofData

Profile Endpoints Image Endpoints Bulk Data Endpoints Object Endpoints Selfhost Github Repo

img

A simple API, made for frontend developers to test and help develop ther UI/UX designs, by providing them dummy/placeholder data

Quick start

You can either selfhost the project, or use the link for the API is:

https://poofdata.whs.dk

This link is free to use, but there is a rate limit of 1 call per second, if you want to bypass this you should selfhost the project, to learn how to you can read more about it her.

To get going you test if the api works by pinging /api/

https://poofdata.whs.dk/api/

and you should get a response that looks like this

{
  "message": "I'm the Poof API",
  "status": 200
}

Endpoints

Here is a list of all endpoints with a link to see the possible arguments for the diffrent endpoints

Known Errors


Made by Michal Kowalski Licensed under the GNU AGPLv3