Skip to main content
Known Participant
December 7, 2011
Question

Coldfusion and Wikipedia API

  • December 7, 2011
  • 1 reply
  • 724 views

Does anyone know a method of querying the Wikipedia API and having it return either plain text or formatted HTML using Coldfusion?

This topic has been closed for replies.

1 reply

Owainnorth
Inspiring
December 7, 2011

From what I can see it's just an HTTP GET, can you not just use the CFHTTP tag?

J_TremainAuthor
Known Participant
December 7, 2011

I'm not sure that'll return the info I want. For instance I may have info on my site about Einstein. Once a user clicks the page, I only want Wikipedia to populate my site with the text about Einstein, all populated within my design.

Owainnorth
Inspiring
December 7, 2011

Sounds like one for the WIkipedia FAQ to be honest, as it's specific to their API and nothing to do with CF.