Extract Publish Date

Extract the publish date of an article (news or blog). The API will return the publish date of the article if it can be found. The date returned is in the format YYYY-MM-DD.

GET
https://api.apileague.com/extract-publish-date
Example Request and Response
GET
https://api.apileague.com/{{ examples.getExtractPublishDate }}
{
    "publish_date": "2023-03-27"
}
cURL
Java
Javascript
Python
Go
C#
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}