"미디어위키 API 최근바뀜 조회"의 두 판 사이의 차이

8번째 줄: 8번째 줄:
   "batchcomplete": "",
   "batchcomplete": "",
   "continue": {
   "continue": {
     "rccontinue": "20190929090736|1191858100",
     "rccontinue": "20190929090819|1191858246",
     "continue": "-||"
     "continue": "-||"
   },
   },
16번째 줄: 16번째 줄:
         "type": "edit",
         "type": "edit",
         "ns": 0,
         "ns": 0,
         "title": "Swifts Creek",
         "title": "Vavar",
         "pageid": 2217817,
         "pageid": 3755682,
         "revid": 918569105,
         "revid": 918569195,
         "old_revid": 909089665,
         "old_revid": 917269017,
         "rcid": 1191858102,
         "rcid": 1191858250,
         "user": "Helenka King",
         "user": "117.230.24.225",
         "minor": "",
         "anon": "",
         "oldlen": 15294,
         "oldlen": 4445,
         "newlen": 15358
         "newlen": 4442
       },
       },
       {
       {
         "type": "edit",
         "type": "edit",
         "ns": 0,
         "ns": 0,
         "title": "List of awards and nominations received by Ricky Martin",
         "title": "Tłustomosty",
         "pageid": 20031221,
         "pageid": 18406281,
         "revid": 918569104,
         "revid": 918569193,
         "old_revid": 918568282,
         "old_revid": 771752431,
         "rcid": 1191858101,
         "rcid": 1191858247,
         "user": "آرمین هویدایی",
         "user": "Sinaloa",
         "oldlen": 88000,
        "minor": "",
         "newlen": 88474
         "oldlen": 2002,
         "newlen": 2083
       }
       }
     ]
     ]

2019년 9월 29일 (일) 18:08 판

1 개요

미디어위키 API RecentChanges
미디어위키 API 최근바뀜 조회
$ curl -s 'https://en.wikipedia.org/w/api.php?action=query&format=json&list=recentchanges&rcprop=title|ids|sizes|flags|user&rclimit=2' | jq
{
  "batchcomplete": "",
  "continue": {
    "rccontinue": "20190929090819|1191858246",
    "continue": "-||"
  },
  "query": {
    "recentchanges": [
      {
        "type": "edit",
        "ns": 0,
        "title": "Vavar",
        "pageid": 3755682,
        "revid": 918569195,
        "old_revid": 917269017,
        "rcid": 1191858250,
        "user": "117.230.24.225",
        "anon": "",
        "oldlen": 4445,
        "newlen": 4442
      },
      {
        "type": "edit",
        "ns": 0,
        "title": "Tłustomosty",
        "pageid": 18406281,
        "revid": 918569193,
        "old_revid": 771752431,
        "rcid": 1191858247,
        "user": "Sinaloa",
        "minor": "",
        "oldlen": 2002,
        "newlen": 2083
      }
    ]
  }
}

2 같이 보기

3 참고

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