GET
/
articles
/
{article_id}
{
  "id": "5d76fd056ceb",
  "slug": "how-to-override-methods-in-go-5d76fd056ceb",
  "title": "How to override methods in Go",
  "url": "https://medium.com/@victoronsoftware/how-to-override-methods-in-go-5d76fd056ceb",
  "subtitle": "Go supports method overriding through embedded structs",
  "isPublic": true,
  "content": [
    "How to override methods in Go",
    "Originally published at https://victoronsoftware.com on January 1, 2025."
  ],
  "author": {
    "id": "89d94ffd1d5",
    "name": "Victor on Software",
    "username": "victoronsoftware"
  },
  "publication": null,
  "topics": [
    "programming"
  ],
  "latestPublishedVersion": "23bb2fd29db3",
  "responseCount": 0,
  "clapCount": 1,
  "voterCount": 1,
  "isResponsesLocked": false,
  "isSeries": false,
  "sequenceInSeries": null,
  "lastPublishedAt": "2025-01-08T16:29:10.918Z",
  "readingTime": 3,
  "previewImageUrl": "https://miro.medium.com/0*sBSZgzf3JdCkazhI.png",
  "isShortForm": false,
  "seoTitle": "",
  "seoDescription": "",
  "firstPublishedAt": "2025-01-01T00:00:49.248Z",
  "updatedAt": "2025-01-22T12:31:58.751Z",
  "tags": [
    "software-development",
    "golang"
  ],
  "isSuspended": false,
  "lanugage": "en",
  "wordCount": 562,
  "isPublished": true
}

Headers

X-RapidAPI-Key
string
required

Path Parameters

article_id
string
required

An article ID is a unique identifier for an article on Medium

Response

200
application/json
OK
id
string
slug
string
title
string
url
string
subtitle
string
isPublic
boolean
content
string[]
author
object
publication
string
topics
string[]
latestPublishedVersion
string
responseCount
integer
clapCount
integer
voterCount
integer
isResponsesLocked
boolean
isSeries
boolean
sequenceInSeries
integer
lastPublishedAt
string
readingTime
integer
previewImageUrl
string
isShortForm
boolean
seoTitle
string
seoDescription
string
firstPublishedAt
string
updatedAt
string
tags
string[]
isSuspended
boolean
lanugage
string
wordCount
integer
isPublished
boolean