Skip to content

API to let user fetch the events that happened on a specific date

Notifications You must be signed in to change notification settings

prabhakar267/date-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Date Info

This is a simple API which let's the user fetch the events in JSON format which happened or would happen on a specific date. API takes 3 parameters as day in date, month and year format.

Parameter Value
day day of month in DD or D format
month month in MM or M format
year year in YYYY format

Response

Key Meaning Possible Values
success It basically helps in checking whether the data is recieved or not, as of now this can be ignored since one can check the same using the status code true , false
message If the success flag is false, this parameter gives the reason why the data is not recieved string
day_of_week If the success flag is true, then day_of_week gives the day of week on the date provided in input as a string Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
month_string If the success flag is true, then month_string gives the month in the date provided in input as a string January, February, March, April, May, June, July, August, September, October, November, December
time If the success flag is true, then time and the date provided in the parameters is before the current / present date, then this flag is set to false else this flag is true true , false
events This returns all the events on the specified date as an array if the success flag is true JSON array

Successful response

successful response


Unsuccessful response

unsuccessful response


Releases

No releases published

Packages

 
 
 

Languages