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/occupations/51-6093.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-6093.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "14228",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6093.00/related/tasks/14228",
         "title": "Fit, install, and secure material on frames, using hand tools, power tools, glue, cement, or staples."
      },
      {
         "id": "14236",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6093.00/related/tasks/14236",
         "title": "Measure and cut new covering materials, using patterns and measuring and cutting instruments, following sketches and design specifications."
      },
      {
         "id": "14229",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6093.00/related/tasks/14229",
         "title": "Build furniture up with loose fiber stuffing, cotton, felt, or foam padding to form smooth, rounded surfaces."
      },
      {
         "id": "14235",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6093.00/related/tasks/14235",
         "title": "Make, restore, or create custom upholstered furniture, using hand tools and knowledge of fabrics and upholstery methods."
      },
      {
         "id": "14233",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6093.00/related/tasks/14233",
         "title": "Read work orders, and apply knowledge and experience with materials to determine types and amounts of materials required to cover workpieces."
      }
   ]
}