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/27-3092.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/27-3092.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "8655",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3092.00/related/tasks/8655",
         "title": "Record verbatim proceedings of courts, legislative assemblies, committee meetings, and other proceedings, using computerized recording equipment, electronic stenograph machines, or stenomasks."
      },
      {
         "id": "21183",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3092.00/related/tasks/21183",
         "title": "Proofread transcripts for correct spelling of words."
      },
      {
         "id": "8657",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3092.00/related/tasks/8657",
         "title": "Ask speakers to clarify inaudible statements."
      },
      {
         "id": "8654",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3092.00/related/tasks/8654",
         "title": "Provide transcripts of proceedings upon request of judges, lawyers, or the public."
      },
      {
         "id": "8656",
         "related": "https://api-v2.onetcenter.org/online/occupations/27-3092.00/related/tasks/8656",
         "title": "Transcribe recorded proceedings in accordance with established formats."
      }
   ]
}