The es.wikipedia.org mediawiki API does not seem to be properly stripping out citation markup when article text is requested in plaintext.
For example, in https://es.wikipedia.org/w/api.php?format=jsonfm&action=query&prop=extracts|revisions|info&titles=CNN&rvprop=timestamp&exlimit=20&exintro=true&explaintext=true&exsectionformat=plain&redirects&exsentences=2&inprop=url, the output still has markup like [1]. (This also seems to be causing the sentence-counting in exsentences to be thrown off)
{ "batchcomplete": "", "query": { "pages": { "42587": { "pageid": 42587, "ns": 0, "title": "CNN", "extract": "Cable News Network (m\u00e1s conocido por sus siglas CNN) es un canal de televisi\u00f3n por suscripci\u00f3n estadounidense fundado en 1980 por el empresario Ted Turner. Actualmente es parte de Time Warner, y es operada por Turner Broadcasting System, una subsidiaria de Time Warner.[1]\u200b CNN fue la primera cadena de televisi\u00f3n en cubrir noticias las 24 horas del d\u00eda.[2]\u200b y el primer canal de noticias de Estados Unidos.[3]\u200b\nDesde su lanzamiento el 1 de junio de 1980,[4]\u200b la cadena se ha expandido notablemente, incluyendo en la actualidad 15 cadenas de televisi\u00f3n de cable y sat\u00e9lite, doce sitios web y dos cadenas de radio.", "revisions": [ { "timestamp": "2018-05-23T22:30:11Z" } ], "contentmodel": "wikitext", "pagelanguage": "es", "pagelanguagehtmlcode": "es", "pagelanguagedir": "ltr", "touched": "2018-06-07T17:42:33Z", "lastrevid": 108075576, "length": 59369, "fullurl": "https://es.wikipedia.org/wiki/CNN", "editurl": "https://es.wikipedia.org/w/index.php?title=CNN&action=edit", "canonicalurl": "https://es.wikipedia.org/wiki/CNN" } } } }
This is unlike the behavior in most other languages, as en.wikipedia.org, fr.wikipedia.org, and zh.wikipedia.org (among others) _do_ properly strip this out.