미디어위키 API 튜토리얼

Mediawiki API 튜토리얼
미디어위키 API 튜토리얼

1 제목으로 페이지ID 찾기[ | ]

api.php?action=query&format=xml&prop=info&titles=제목
<api>
  <query>
    <normalized>
      <n from="요인_분석" to="요인 분석"/>
    </normalized>
    <pages>
      <page pageid="1309" ns="0" title="요인 분석" touched="2012-11-26T12:28:52Z" lastrevid="19914" counter="168" length="566"/>
    </pages>
  </query>
</api>

2 페이지ID로 제목 찾기[ | ]

api.php?action=query&format=xml&prop=info&pageids=페이지ID
<api>
  <query>
    <pages>
      <page pageid="1309" ns="0" title="요인 분석" touched="2012-11-26T12:28:52Z" lastrevid="19914" counter="168" length="566"/>
    </pages>
  </query>
</api>

3 같이 보기[ | ]

4 참고[ | ]

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