- Mediawiki API 튜토리얼
- 미디어위키 API 튜토리얼
1 제목으로 페이지ID 찾기[ | ]

PHP
Copy
api.php?action=query&format=xml&prop=info&titles=제목
xml
Copy
<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로 제목 찾기[ | ]

PHP
Copy
api.php?action=query&format=xml&prop=info&pageids=페이지ID
xml
Copy
<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 참고[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.