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/21-2011.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 21,
   "next": "https://api-v2.onetcenter.org/online/occupations/21-2011.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "10934",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-2011.00/related/tasks/10934",
         "title": "Pray and promote spirituality.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "10936",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-2011.00/related/tasks/10936",
         "title": "Prepare and deliver sermons or other talks.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "10935",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-2011.00/related/tasks/10935",
         "title": "Read from sacred texts, such as the Bible, Torah, or Koran.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "10937",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-2011.00/related/tasks/10937",
         "title": "Organize and lead regular religious services.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "10939",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-2011.00/related/tasks/10939",
         "title": "Instruct people who seek conversion to a particular faith.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "10938",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-2011.00/related/tasks/10938",
         "title": "Share information about religious issues by writing articles, giving speeches, or teaching.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "10940",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-2011.00/related/tasks/10940",
         "title": "Counsel individuals or groups concerning their spiritual, emotional, or personal needs.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "10943",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-2011.00/related/tasks/10943",
         "title": "Administer religious rites or ordinances.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "10950",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-2011.00/related/tasks/10950",
         "title": "Prepare people for participation in religious ceremonies.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "10941",
         "related": "https://api-v2.onetcenter.org/online/occupations/21-2011.00/related/tasks/10941",
         "title": "Visit people in homes, hospitals, or prisons to provide them with comfort and support.",
         "importance": 83,
         "category": "Core"
      }
   ]
}