Skip to content

Periodically collects DJEI work permit processing time and provide it as an API

License

Notifications You must be signed in to change notification settings

goenning/djei-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

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 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:

Plea$e, don't abuse.

About

Periodically collects DJEI work permit processing time and provide it as an API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published