Default

H1-B Visa Application

Get a list of H1-B and Permanent visa applications for companies from the DOL. The data is updated quarterly.

get/stock/visa-application

Query parameters

symbolstring required

Symbol.

fromstring date required

From date <code>YYYY-MM-DD</code>. Filter on the <code>beginDate</code> column.

tostring date required

To date <code>YYYY-MM-DD</code>. Filter on the <code>beginDate</code> column.

Response

successful operation

symbolstring

Symbol.

Example response

{
  "symbol": "symbol",
  "data": [
    {
      "worksiteCity": "worksiteCity",
      "symbol": "symbol",
      "fullTimePosition": "fullTimePosition",
      "year": 0,
      "endDate": "endDate",
      "h1bDependent": "h1bDependent",
      "caseStatus": "caseStatus",
      "jobTitle": "jobTitle",
      "wageLevel": "wageLevel",
      "employerName": "employerName",
      "wageRangeFrom": 1.4658129,
      "visaClass": "visaClass",
      "worksiteCounty": "worksiteCounty",
      "beginDate": "beginDate",
      "wageRangeTo": 5.962134,
      "caseNumber": "caseNumber",
      "worksiteAddress": "worksiteAddress",
      "worksitePostalCode": "worksitePostalCode",
      "receivedDate": "receivedDate",
      "socCode": "socCode",
      "wageUnitOfPay": "wageUnitOfPay",
      "quarter": 6,
      "worksiteState": "worksiteState"
    },
    {
      "worksiteCity": "worksiteCity",
      "symbol": "symbol",
      "fullTimePosition": "fullTimePosition",
      "year": 0,
      "endDate": "endDate",
      "h1bDependent": "h1bDependent",
      "caseStatus": "caseStatus",
      "jobTitle": "jobTitle",
      "wageLevel": "wageLevel",
      "employerName": "employerName",
      "wageRangeFrom": 1.4658129,
      "visaClass": "visaClass",
      "worksiteCounty": "worksiteCounty",
      "beginDate": "beginDate",
      "wageRangeTo": 5.962134,
      "caseNumber": "caseNumber",
      "worksiteAddress": "worksiteAddress",
      "worksitePostalCode": "worksitePostalCode",
      "receivedDate": "receivedDate",
      "socCode": "socCode",
      "wageUnitOfPay": "wageUnitOfPay",
      "quarter": 6,
      "worksiteState": "worksiteState"
    }
  ]
}

Changes

Changed in 3 of the 35 revisions of this API.112

  • c179bf41940011See the full diff
    • removed the optional property data/items/waveUnitOfPay from the response with the 200 status

      response-optional-property-removed

    • added the optional property data/items/wageUnitOfPay to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 146 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog