미디어위키 API 도움말
이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.
설명 문서 및 예시: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=shortenurl
(main | shortenurl)
- 이 모듈은 read 권한을 요구합니다.
- 이 모듈은 POST 요청만을 허용합니다.
- 출처: UrlShortener
- 라이선스: Apache-2.0
긴 URL을 짧게 줄입니다.
특정 변수:
다른 일반 변수를 사용할 수 있습니다.
- url
URL to be shortened.
- 이 변수는 필수입니다.
- qrcode
Get a QR code. The linked URL will only be shortened if it is very long.
- 유형: 불리언 (자세한 정보)
예시:
- Get the short URL for https://en.wikipedia.org/wiki/Arctica.
- api.php?action=shortenurl&url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FArctica [연습장에서 열기]
- Get a QR code for https://en.wikipedia.org/wiki/Arctica.
- api.php?action=shortenurl&url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FArctica&qrcode=1 [연습장에서 열기]