Skip to content

Rest API for getting Turkey-Covid-19 data from Official Government Web Site By Web Scraping

Notifications You must be signed in to change notification settings

selimatasoy/turkey-covid19-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

turkey-covid19-api

Rest API for getting Turkey's Covid-19 data from the Official Government Web Site By Web Scraping

Header:

apiKey can be changed from application.properties file to increase your security for your custom needs, by default apiKey is like below,

apiKey: myCustomExtremelyLongButNotLongEnoughApiKeyForMaximumSecurity

Endpoints:

Get All The Data Available:

GET /api/v1/covid19/TR

Get Today's data if exists:

GET /api/v1/covid19/today/TR

Get data for a specific date:

GET /api/v1/covid19/date/TR

Body: { "date" : "20.10.2021" }

Specs:

Spring Framework
Kotlin
Authorization -> Simple ApiKey
Ktor Client -> For External API calls
Build Tool -> Gradle
Server -> Tomcat
API Documentation -> Swagger

About

Rest API for getting Turkey-Covid-19 data from Official Government Web Site By Web Scraping

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages