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/13-2023.00/summary/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/13-2023.00/summary/tasks?start=6&end=10",
   "task": [
      {
         "id": "21549",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2023.00/related/tasks/21549",
         "title": "Compute final estimation of property values, taking into account such factors as depreciation, replacement costs, value comparisons of similar properties, and income potential."
      },
      {
         "id": "21550",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2023.00/related/tasks/21550",
         "title": "Prepare written reports that estimate property values, outline methods by which the estimations were made, and meet appraisal standards."
      },
      {
         "id": "21551",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2023.00/related/tasks/21551",
         "title": "Inspect new construction and major improvements to existing structures to determine values."
      },
      {
         "id": "21552",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2023.00/related/tasks/21552",
         "title": "Collect and analyze relevant data to identify real estate market trends."
      },
      {
         "id": "21553",
         "related": "https://api-v2.onetcenter.org/online/occupations/13-2023.00/related/tasks/21553",
         "title": "Prepare and maintain current data on each parcel assessed, including maps of boundaries, inventories of land and structures, property characteristics, and any applicable exemptions."
      }
   ]
}