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

URL:
https://api-v2.onetcenter.org/online/occupations/29-2011.01/summary/technology_skills
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 5,
   "total": 10,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2011.01/summary/technology_skills?start=6&end=10",
   "hot_technology": {
      "total": 8,
      "href": "https://api-v2.onetcenter.org/online/occupations/29-2011.01/hot_technology"
   },
   "category": [
      {
         "code": 43232405,
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.01/related/technology_skills/43232405",
         "title": "Object or component oriented development software",
         "example": [
            {
               "title": "C++",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/C%2B%2B",
               "hot_technology": true
            },
            {
               "title": "Python",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Python",
               "hot_technology": true
            }
         ]
      },
      {
         "code": 43232106,
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.01/related/technology_skills/43232106",
         "title": "Presentation software",
         "example": [
            {
               "title": "Microsoft PowerPoint",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20PowerPoint",
               "hot_technology": true
            }
         ]
      },
      {
         "code": 43232605,
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.01/related/technology_skills/43232605",
         "title": "Analytical or scientific software",
         "example": [
            {
               "title": "Cell Bioscience Automated Image Capture",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Cell%20Bioscience%20Automated%20Image%20Capture"
            },
            {
               "title": "Geniel Genetics iGene",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Geniel%20Genetics%20iGene"
            },
            {
               "title": "LUCIA MFISH",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/LUCIA%20MFISH"
            },
            {
               "title": "MetaSystems Isis Color Karyotyping",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/MetaSystems%20Isis%20Color%20Karyotyping"
            }
         ],
         "example_more": [
            {
               "title": "Digital karyotyping software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Digital%20karyotyping%20software"
            },
            {
               "title": "Genetix CytoVision",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Genetix%20CytoVision"
            },
            {
               "title": "Image analysis software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Image%20analysis%20software"
            },
            {
               "title": "Image capture software",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Image%20capture%20software"
            },
            {
               "title": "KARIO",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/KARIO"
            },
            {
               "title": "Lucia CGH",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Lucia%20CGH"
            },
            {
               "title": "Lucia Comet Assay",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Lucia%20Comet%20Assay"
            },
            {
               "title": "Lucia FISH",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Lucia%20FISH"
            },
            {
               "title": "Lucia Karyo",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Lucia%20Karyo"
            },
            {
               "title": "Lucia Metaphase Finder",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Lucia%20Metaphase%20Finder"
            }
         ]
      },
      {
         "code": 43232306,
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.01/related/technology_skills/43232306",
         "title": "Data base user interface and query software",
         "example": [
            {
               "title": "Genial Genetics iPassport QMS",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Genial%20Genetics%20iPassport%20QMS"
            },
            {
               "title": "Genial Genetics Shire",
               "href": "https://api-v2.onetcenter.org/online/technology/examples/Genial%20Genetics%20Shire"
            }
         ]
      },
      {
         "code": 43232110,
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2011.01/related/technology_skills/43232110",
         "title": "Spreadsheet software",
         "example": [
            {
               "title": "Microsoft Excel",
               "href": "https://api-v2.onetcenter.org/online/hot_technology/Microsoft%20Excel",
               "hot_technology": true
            }
         ]
      }
   ]
}