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/Adobe%20FreeHand%20MX
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 14,
   "total": 14,
   "category": [
      {
         "href": "https://api-v2.onetcenter.org/online/technology/categories/43232102",
         "code": 43232102,
         "title": "Graphics or photo imaging software"
      }
   ],
   "occupation": [
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-1021.00/",
         "code": "27-1021.00",
         "title": "Commercial and Industrial Designers",
         "tags": {},
         "job_zone": {
            "code": 4,
            "title": "Job Zone Four: Considerable Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/25-4012.00/",
         "code": "25-4012.00",
         "title": "Curators",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 5,
            "title": "Job Zone Five: Extensive Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/43-9031.00/",
         "code": "43-9031.00",
         "title": "Desktop Publishers",
         "tags": {},
         "job_zone": {
            "code": 3,
            "title": "Job Zone Three: Medium Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-1013.00/",
         "code": "27-1013.00",
         "title": "Fine Artists, Including Painters, Sculptors, and Illustrators",
         "tags": {},
         "job_zone": {
            "code": 3,
            "title": "Job Zone Three: Medium Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-1024.00/",
         "code": "27-1024.00",
         "title": "Graphic Designers",
         "tags": {},
         "job_zone": {
            "code": 4,
            "title": "Job Zone Four: Considerable Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-1012.00/",
         "code": "17-1012.00",
         "title": "Landscape Architects",
         "tags": {},
         "job_zone": {
            "code": 4,
            "title": "Job Zone Four: Considerable Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-2199.09/",
         "code": "17-2199.09",
         "title": "Nanosystems Engineers",
         "tags": {},
         "job_zone": {
            "code": 5,
            "title": "Job Zone Five: Extensive Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-9123.00/",
         "code": "51-9123.00",
         "title": "Painting, Coating, and Decorating Workers",
         "tags": {},
         "job_zone": {
            "code": 1,
            "title": "Job Zone One: Little or No Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-5111.00/",
         "code": "51-5111.00",
         "title": "Prepress Technicians and Workers",
         "tags": {},
         "job_zone": {
            "code": 3,
            "title": "Job Zone Three: Medium Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/51-6051.00/",
         "code": "51-6051.00",
         "title": "Sewers, Hand",
         "tags": {},
         "job_zone": {
            "code": 1,
            "title": "Job Zone One: Little or No Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/27-1014.00/",
         "code": "27-1014.00",
         "title": "Special Effects Artists and Animators",
         "tags": {},
         "job_zone": {
            "code": 4,
            "title": "Job Zone Four: Considerable Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/17-3031.00/",
         "code": "17-3031.00",
         "title": "Surveying and Mapping Technicians",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 3,
            "title": "Job Zone Three: Medium Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/19-3051.00/",
         "code": "19-3051.00",
         "title": "Urban and Regional Planners",
         "tags": {},
         "job_zone": {
            "code": 5,
            "title": "Job Zone Five: Extensive Preparation Needed"
         }
      },
      {
         "href": "https://api-v2.onetcenter.org/online/occupations/15-1299.01/",
         "code": "15-1299.01",
         "title": "Web Administrators",
         "tags": {
            "bright_outlook": true
         },
         "job_zone": {
            "code": 4,
            "title": "Job Zone Four: Considerable Preparation Needed"
         }
      }
   ]
}