Articles
Search Articles
API Documentation
Articles
Users
Tags
Publications
Articles
Search Articles
Retrieve a paginated list of articles based on query.
GET
/
articles
/
search
{
"articles": [
{
"id": "8b6155c8d878",
"title": "Secret Java Stream Hacks You’ve Never Heard Of (But Will Instantly Love) 🔥",
"author": {
"id": "9aa0e6248494",
"name": "Rasathurai Karan",
"username": "rasathuraikaran26"
},
"slug": "secret-java-stream-hacks-youve-never-heard-of-but-will-instantly-love-8b6155c8d878",
"url": "https://medium.com/javarevisited/secret-java-stream-hacks-youve-never-heard-of-but-will-instantly-love-8b6155c8d878"
},
{
"id": "b32dbf63f712",
"title": "10 Java Optimization Techniques That Will Make You a Java Master! 🧙♂️",
"author": {
"id": "9aa0e6248494",
"name": "Rasathurai Karan",
"username": "rasathuraikaran26"
},
"slug": "10-java-optimization-techniques-that-will-make-you-a-java-master-️-b32dbf63f712",
"url": "https://medium.com/javarevisited/10-java-optimization-techniques-that-will-make-you-a-java-master-%EF%B8%8F-b32dbf63f712"
}
],
"nextPage": {
"page": 1,
"limit": 20
}
}
Headers
Query Parameters
Filter article by query
Example:
"java"
Limit the number of articles returned (default: 20, max: 1000, min: 10).
Example:
20
The page number to fetch. Starts at 0. Default: 0.
Example:
0
{
"articles": [
{
"id": "8b6155c8d878",
"title": "Secret Java Stream Hacks You’ve Never Heard Of (But Will Instantly Love) 🔥",
"author": {
"id": "9aa0e6248494",
"name": "Rasathurai Karan",
"username": "rasathuraikaran26"
},
"slug": "secret-java-stream-hacks-youve-never-heard-of-but-will-instantly-love-8b6155c8d878",
"url": "https://medium.com/javarevisited/secret-java-stream-hacks-youve-never-heard-of-but-will-instantly-love-8b6155c8d878"
},
{
"id": "b32dbf63f712",
"title": "10 Java Optimization Techniques That Will Make You a Java Master! 🧙♂️",
"author": {
"id": "9aa0e6248494",
"name": "Rasathurai Karan",
"username": "rasathuraikaran26"
},
"slug": "10-java-optimization-techniques-that-will-make-you-a-java-master-️-b32dbf63f712",
"url": "https://medium.com/javarevisited/10-java-optimization-techniques-that-will-make-you-a-java-master-%EF%B8%8F-b32dbf63f712"
}
],
"nextPage": {
"page": 1,
"limit": 20
}
}