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

URL:
https://api-v2.onetcenter.org/online/technology/examples/Springshare%20LibGuides
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 1,
   "total": 1,
   "summary": {
      "title": "Springshare LibGuides",
      "description": "LibGuides is a software platform that enables libraries, organizations, and individuals to create and manage online research guides, step-by-step tutorials, instructional videos, and other types of information that helps users find relevant resources and information. It allows users to customize the look and feel of guides, organize content by topic, and provide access to a range of resources such as digital collections, databases, subject guides, and more. It is widely used in academic libraries, museums, archives, government agencies, and other institutions that offer research resources and services."
   },
   "category": [
      {
         "href": "https://api-v2.onetcenter.org/online/technology/categories/43232408",
         "code": 43232408,
         "title": "Web platform development software"
      }
   ],
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/25-4022.00/",
         "code": "25-4022.00",
         "title": "Librarians and Media Collections Specialists",
         "tags": {},
         "job_zone": {
            "code": 5,
            "title": "Job Zone Five: Extensive Preparation Needed"
         }
      }
   ]
}