All Projects → prabhakar267 → Date Info

prabhakar267 / Date Info

API to let user fetch the events that happen(ed) on a specific date

Projects that are alternatives of or similar to Date Info

Pgo
Go library for PHP community with convenient functions
Stars: ✭ 51 (+628.57%)
Mutual labels:  api, date
Moment Range
Fancy date ranges for Moment.js
Stars: ✭ 1,639 (+23314.29%)
Mutual labels:  date, date-time
Lubridate
Make working with dates in R just that little bit easier
Stars: ✭ 549 (+7742.86%)
Mutual labels:  date, date-time
Time
Building a better date/time library for Swift
Stars: ✭ 1,983 (+28228.57%)
Mutual labels:  date, date-time
Gaanaapi
Unofficial Gaana API
Stars: ✭ 59 (+742.86%)
Mutual labels:  api, information-retrieval
Calendarview
An Easy to Use Calendar for iOS (Swift 5.0)
Stars: ✭ 429 (+6028.57%)
Mutual labels:  date, date-time
Swiftdate
🐔 Toolkit to parse, validate, manipulate, compare and display dates, time & timezones in Swift.
Stars: ✭ 6,661 (+95057.14%)
Mutual labels:  date, date-time
Vue Datetime
Mobile friendly datetime picker for Vue. Supports date and datetime modes, i18n and more.
Stars: ✭ 928 (+13157.14%)
Mutual labels:  date
Offit
Simple but powerful API mocking library. Make mocks great again.
Stars: ✭ 25 (+257.14%)
Mutual labels:  api
React Nice Dates
A responsive, touch-friendly, and modular date picker library for React.
Stars: ✭ 924 (+13100%)
Mutual labels:  date
Singledateandtimepicker
You can now select a date and a time with only one widget !
Stars: ✭ 921 (+13057.14%)
Mutual labels:  date
Go Base
Go RESTful API Boilerplate with JWT Authentication backed by PostgreSQL
Stars: ✭ 928 (+13157.14%)
Mutual labels:  api
Indian Courier Api
API to track parcel from various Indian Logistics Providers
Stars: ✭ 26 (+271.43%)
Mutual labels:  api
Neanderthal
Fast Clojure Matrix Library
Stars: ✭ 927 (+13142.86%)
Mutual labels:  api
Homer Api
HOMER 5: Back-End (API) DEPRICATED - use sipcapture/homer-app
Stars: ✭ 26 (+271.43%)
Mutual labels:  api
Vk To Telegram
Utility to forward posts from VK through callback API to telegram channel or chat
Stars: ✭ 24 (+242.86%)
Mutual labels:  api
Ovopy
Un-official OVO API Wrapper
Stars: ✭ 27 (+285.71%)
Mutual labels:  api
Ghreleases
Interact with the GitHub releases API.
Stars: ✭ 26 (+271.43%)
Mutual labels:  api
Django apistar
Django App to integrate API Star's routes and views into Django's ecossystem.
Stars: ✭ 25 (+257.14%)
Mutual labels:  api
Fxt
A large scale feature extraction tool for text-based machine learning
Stars: ✭ 25 (+257.14%)
Mutual labels:  information-retrieval

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


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].