Good morning!
I'm despaired, cause I have some problem with wikimedia api and I really can't find answer.
I am programmer and I try to deal with allPages endpoint.
I try to fetch 500 pages, take apcontinue and once again fetch more 500 pages (from apfrom point).
Everything is ok until the moment I want to fetch something like Somenamespace:Page. I can't send request with colon inside a request.
Response;
"error": {
"code": "invalidtitle",
"info": "Bad title \"Somenamespace:Page\".",
}
Could you help me? I must fetch this page, but I don't know how to do it properly.