Back to Explore
PUBLISHED prd4ppaq3fxah

Data Center Dum

you can get many data here

Provider: hendri Status: published
Subscribe Now

Sign in to the dashboard to subscribe and get your API Key

Pricing Plans

basic

Save Your Data

Rp 50.000 /month
Subscribe

API Documentation

v1.0.0 2 endpoints
GET /data data

data 1

Responses
200 Success
{
  "data": {
    "xname": "name",
    "age": 20,
    "address": "LA"
  }
}
POST /data2 data 2

create new data

Add New Data

You can add only 1 data, or Batch data

One Data

in there, you just using Request Body like :

{
   "data":{
       "xname":"name",
       "age":10,
       "address":"Mountain"
  }
}

Batch

{
   "data":[
     {
        "xname":"name",
        "age":10,
        "address":"Mountain"
      },
      {
        "xname":"name",
        "age":10,
        "address":"Mountain"
      }
  ]
}
Request Body
Field Type Required Description
add 1 data application/json Yes
Batch Data application/json Yes
View Example Request
{
  "data": {
    "age": 10,
    "xname": "name",
    "address": "LA"
  }
}
Responses
200 Success
{
  "created": true,
  "affected": 1
}

Ready to Integrate?

Sign up now and start using this API in minutes.

Get Started