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/technology/examples/dSPACE
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 1,
   "total": 1,
   "summary": {
      "title": "dSPACE",
      "description": "DSpace is an open source software platform used for managing and preserving digital content. It is often used by libraries, archives, and museums to store and share their collections online. DSpace allows users to store a variety of file types, including documents, images, videos, and audio recordings, in a secure and organized manner. It also includes tools for metadata management, version control, and access control, making it a powerful tool for digital asset management.",
      "source_url": "https://en.wikipedia.org/wiki/DSpace",
      "license_url": "https://creativecommons.org/licenses/by-sa/3.0/"
   },
   "category": [
      {
         "href": "https://api-v2.onetcenter.org/online/technology/categories/43232202",
         "code": 43232202,
         "title": "Document management software"
      }
   ],
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2199.05/",
         "code": "17-2199.05",
         "title": "Mechatronics Engineers",
         "tags": {},
         "job_zone": {
            "code": 4,
            "title": "Job Zone Four: Considerable Preparation Needed"
         }
      }
   ]
}