미디어위키 API 최근바뀜 조회

Jmnote (토론 | 기여)님의 2019년 9월 29일 (일) 18:09 판 (→‎개요)

1 개요

미디어위키 API RecentChanges
미디어위키 API 최근바뀜 조회
testuser@localhost:~$ curl -s 'https://en.wikipedia.org/w/api.php?action=query&format=json&list=recentchanges&rcprop=title|user&rclimit=2' | jq
{
  "batchcomplete": "",
  "continue": {
    "rccontinue": "20190929090908|1191858411",
    "continue": "-||"
  },
  "query": {
    "recentchanges": [
      {
        "type": "edit",
        "ns": 0,
        "title": "Brandon Ashley",
        "user": "122.105.82.48",
        "anon": ""
      },
      {
        "type": "edit",
        "ns": 0,
        "title": "Talking to a Stranger",
        "user": "Monkbot"
      }
    ]
  }
}

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}