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/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 22,
   "next": "https://api-v2.onetcenter.org/online/occupations/51-6093.00/details/tasks?start=11&end=20",
   "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.",
         "importance": 88,
         "category": "Core"
      },
      {
         "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.",
         "importance": 87,
         "category": "Core"
      },
      {
         "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.",
         "importance": 86,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "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.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "14230",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6093.00/related/tasks/14230",
         "title": "Examine furniture frames, upholstery, springs, and webbing to locate defects.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "14245",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6093.00/related/tasks/14245",
         "title": "Adjust or replace webbing, padding, or springs, and secure them in place.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "14243",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6093.00/related/tasks/14243",
         "title": "Sew rips or tears in material, or create tufting, using needles and thread.",
         "importance": 78,
         "category": "Core"
      },
      {
         "id": "14232",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6093.00/related/tasks/14232",
         "title": "Remove covering, webbing, padding, or defective springs from workpieces, using hand tools such as hammers and tack pullers.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "14231",
         "related": "https://api-v2.onetcenter.org/online/occupations/51-6093.00/related/tasks/14231",
         "title": "Attach fasteners, grommets, buttons, buckles, ornamental trim, and other accessories to covers or frames, using hand tools.",
         "importance": 76,
         "category": "Core"
      }
   ]
}