Depends on how you define page creator. If you are talking about the fist person to edit a page, you can use prop=revisions with a the sort direction oldest first.
On Wed, Mar 18, 2015 at 6:13 PM, ArtGiray . <[email protected]> wrote: > http://en.wikipedia.org/w/api.php > > is it possible a single query that return "page creator" of given title? > > So i want give a "title" name and query should return the creator of the > page? > > (i am new at lists.wikimedia.org,if i use wrong here, sorry) > > > 2015-03-14 23:34 GMT+02:00 Ricordisamoa <[email protected]>: > >> The editing API <https://www.mediawiki.org/wiki/API:Edit> can also >> create pages. You may want to pass the "createonly" parameter to ensure you >> won't edit existing pages by mistake. >> Some libraries <https://www.mediawiki.org/wiki/API:Client_code> exist >> that ease the work by flawlessly handling the tedious parts. >> If you're developing a JavaScript gadget, then mw.Api >> <https://doc.wikimedia.org/mediawiki-core/master/js/#%21/api/mw.Api> is >> for you. Otherwise, have a look at Pywikibot >> <https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:Pywikibot>! >> (disclaimer: I am among its contributors) >> >> Il 14/03/2015 22:16, ArtGiray . ha scritto: >> >> Thanks for your examples. >> >> (sorry for poor english) >> And is it possible to create new page with api? >> I didn't find any create page, category, vs with api on documantation? >> Can anyone give a create page link to api? >> >> 2015-03-14 21:45 GMT+02:00 Ricordisamoa <[email protected]>: >> >>> You can filter list=logevents with letype=newusers, e.g.: >>> >>> https://en.wikipedia.org/w/api.php?action=query&list=logevents&letype=newusers >>> Read the logevents documentation >>> <https://en.wikipedia.org/w/api.php?action=help&modules=query%2Blogevents> >>> for additional options. >>> >>> Il 14/03/2015 19:55, ArtGiray . ha scritto: >>> >>> Hi, >>> How can i get "new users" from wikipedi api? >>> What request should i write? >>> https://en.wikipedia.org/w/api.php >>> >>> >>> _______________________________________________ >>> Mediawiki-api mailing >>> [email protected]https://lists.wikimedia.org/mailman/listinfo/mediawiki-api >>> >>> >>> >>> _______________________________________________ >>> Mediawiki-api mailing list >>> [email protected] >>> https://lists.wikimedia.org/mailman/listinfo/mediawiki-api >>> >>> >> >> >> _______________________________________________ >> Mediawiki-api mailing >> [email protected]https://lists.wikimedia.org/mailman/listinfo/mediawiki-api >> >> >> >> _______________________________________________ >> Mediawiki-api mailing list >> [email protected] >> https://lists.wikimedia.org/mailman/listinfo/mediawiki-api >> >> > > _______________________________________________ > Mediawiki-api mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-api > >
_______________________________________________ Mediawiki-api mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
