Interactive Demo

This demonstration page allows you to test out the Web Services API by sending a request and viewing the JSON data returned. See the Reference Manual for a complete guide to the available services.

Request

https://api-v2.onetcenter.org/
GET parameters
? =
& =
& =
& =
& =
& =
& =
& =
& =
& =

Response

Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/online/associations/all
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 20,
   "total": 3102,
   "next": "https://api-v2.onetcenter.org/online/associations/all?start=21&end=40",
   "association": [
      {
         "title": "AACE International",
         "url": "https://web.aacei.org/",
         "ally": true
      },
      {
         "title": "Academic Data Science Alliance",
         "url": "https://www.academicdatascience.org/",
         "ally": true
      },
      {
         "title": "Academy of Board Certified Environmental Professionals",
         "url": "https://www.abcep.org/",
         "ally": true
      },
      {
         "title": "Alliance of Crop, Soil, and Environmental Science Societies",
         "url": "https://www.agronomy.org/about-society",
         "ally": true
      },
      {
         "title": "American Academy of Actuaries",
         "url": "https://www.actuary.org/",
         "ally": true
      },
      {
         "title": "American Academy of Orthotists and Prosthetists",
         "url": "https://www.oandp.org/",
         "ally": true
      },
      {
         "title": "American Anthropological Association",
         "url": "https://www.americananthro.org/",
         "ally": true
      },
      {
         "title": "American Association for Geodetic Surveying",
         "url": "https://www.aagsmo.org/",
         "ally": true
      },
      {
         "title": "American Association of Biological Anthropologists",
         "url": "https://www.bioanth.org/",
         "ally": true
      },
      {
         "title": "American Association of Geographers",
         "url": "https://www.aag.org/",
         "ally": true
      },
      {
         "title": "American Association of State Highway and Transportation Officials",
         "url": "https://www.transportation.org/",
         "ally": true
      },
      {
         "title": "American Astronomical Society",
         "url": "https://www.aas.org/",
         "ally": true
      },
      {
         "title": "American Board for Certification in Orthotics, Prosthetics and Pedorthics",
         "url": "https://www.abcop.org/",
         "ally": true
      },
      {
         "title": "American Board of Medicolegal Death Investigators",
         "url": "https://www.abmdi.org/",
         "ally": true
      },
      {
         "title": "American Board of Professional Psychology",
         "url": "https://www.abpp.org/",
         "ally": true
      },
      {
         "title": "American Council on Exercise",
         "url": "https://www.acefitness.org/",
         "ally": true
      },
      {
         "title": "American Federation of State, County and Municipal Employees, AFL-CIO",
         "url": "https://www.afscme.org/",
         "ally": true
      },
      {
         "title": "American Geophysical Union",
         "url": "https://www.agu.org/",
         "ally": true
      },
      {
         "title": "American Industrial Hygiene Association",
         "url": "https://www.aiha.org/",
         "ally": true
      },
      {
         "title": "American Institute of Chemists",
         "url": "https://www.theaic.org/",
         "ally": true
      }
   ]
}