API Portal
apiportalwiki
https://api.wikimedia.org/wiki/Main_Page
MediaWiki 1.47.0-wmf.4
first-letter
Media
Special
Talk
User
User talk
API Portal
API Portal talk
File
File talk
MediaWiki
MediaWiki talk
Template
Template talk
Help
Help talk
Category
Category talk
TimedText
TimedText talk
Module
Module talk
Talk:Getting started with Wikimedia APIs
1
125
2347
2344
2026-05-27T19:16:48Z
APaskulin (WMF)
20
/* WORLD EXPLORER */ Reply
2347
wikitext
text/x-wiki
Welcome to the discussion for the [[Documentation/Getting started|Getting started]] page! To leave a comment, select '''Edit'''.
== Incorrect JavaScript example ==
Hey @[[User:APaskulin (WMF)|APaskulin (WMF)]]!
It seems that in these two lines:
let month = today.getMonth() + 1;
let day = today.getDate();
The logic is incorrect, it should be instead:
let month = String(today.getMonth() + 1).padStart(2,'0');
let day = String(today.getDate()).padStart(2,'0');
as seen on this page API reference/Feed/Featured content - API Portal (wikimedia.org) [[User:Aranzate|Aranzate]] ([[User talk:Aranzate|talk]]) 05:30, 6 April 2023 (UTC)
: Great catch! Thanks, @[[User:Aranzate|Aranzate]]! I've updated the code sample on this page. If you're interested in contributing to these docs, I'd be happy to add you to the documentation editors group, just let me know by leaving a comment on [[Talk:Community/Contributing]]. --[[User:APaskulin (WMF)|APaskulin (WMF)]] ([[User talk:APaskulin (WMF)|talk]]) 16:32, 6 April 2023 (UTC)
== WORLD EXPLORER ==
World Explorer App is a Flutter-based educational and travel application designed to help users explore countries, cultures, tourist attractions, and historical information around the world.
The application uses the Wikipedia API to provide educational content such as history, language, culture, and important information about countries and places. The app is intended for students, travelers, researchers, and educational users. [[User:Muadz Muadz|Muadz Muadz]] ([[User talk:Muadz Muadz|talk]]) 00:03, 21 May 2026 (UTC)
:Hi @[[User:Muadz Muadz|Muadz Muadz]], Thanks for sharing your app! Please note that the API Portal is being shut down next month. For more information and new documentation links, see [[wikitech:API Portal/Deprecation]]. Let me know if you have any questions! -- [[User:APaskulin (WMF)|APaskulin (WMF)]] ([[User talk:APaskulin (WMF)|talk]]) 19:16, 27 May 2026 (UTC)
3pyryvgomu9x94e7p2eyk6p09kyvbjw