Wikipedia JSON API retrieve page content without links

darkmix

New Member
I'm using Wikipedia JSON API and I'm bring to retrieve the page content without the linksfor example,\[code\]https://en.wikipedia.org/w/api.php?action=query&format=json&titles=May_21&prop=revisions&rvprop=content&rvsection=1\[/code\]For example:\[code\][[293]] – Roman Emperors [[Diocletian]] and [[Maximian]] appoint [[Galerius]] as [[Caesar (title)|''Caesar'']] to Diocletian, beginning the period of four rulers known as the [[Tetrarchy]].\[/code\]Replace \[code\]&ndash\[/code\] with \[code\]-\[/code\]\[code\][[Caesar (title)|''Caesar'']]\[/code\] Should be \[code\]Caesar\[/code\]I'm using Objective-CHow can I retrieve the same page content, but without the links characters ?Thanks!
 
Back
Top