Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goenning/djei-api
Periodically collects DJEI work permit processing time and provide it as an API
https://github.com/goenning/djei-api
djei employment immigration ireland work-permit
Last synced: 6 days ago
JSON representation
Periodically collects DJEI work permit processing time and provide it as an API
- Host: GitHub
- URL: https://github.com/goenning/djei-api
- Owner: goenning
- License: mit
- Created: 2017-05-10T19:41:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T21:10:40.000Z (over 6 years ago)
- Last Synced: 2024-10-10T05:37:26.651Z (30 days ago)
- Topics: djei, employment, immigration, ireland, work-permit
- Language: TypeScript
- Homepage: https://api.djei.goenning.net
- Size: 34.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/goenning/djei-api.svg?branch=master)](https://travis-ci.org/goenning/djei-api)
# What is this?
In Republic of Ireland, DJEI (Department of Jobs, Enterprise and Innovation) publishes on a daily basis (they try to...) an update about **current processing dates** for Employment Permits.
**djei-api** pulls all this data from [DJEI official website](https://www.djei.ie/en/What-We-Do/Jobs-Workplace-and-Skills/Employment-Permits/Current-Application-Processing-Dates/) and make it available for you.
# Documentation
**https://api.djei.goenning.net/{date}?interval={interval}&format={format}**
- {date} is **required** and formatted as YYYY-MM-DD
- {interval} specifies the range of days to retrieve. Interval is optional and defaults to **0**. Value must be between **-30** and **30**.
- {format} is optional and can be either **raw** or **date**. Defaults to **date**.This operation returns processing date for given **{date}** in the past. Future dates should not be used for obvious reasons 🤓
Historical data is available since **2017-05-10**.
**https://api.djei.goenning.net/now**
Fetches **current** dates from DJEI official website. A live pull is performed, hence it's slower than other methods.
If you need data from today, please use operation above with current date as a parameter.**Examples:**
- https://api.djei.goenning.net/2017-05-16?interval=-1 Retrieves 2017-05-16 and 2017-05-15
- https://api.djei.goenning.net/2017-05-14?interval=2 Retrieves 2017-05-14, 2017-05-15 and 2017-05-16
- https://api.djei.goenning.net/2017-05-14?format=raw Retrieves 2017-05-14 with dates in epoch forma### Plea$e, don't abuse.