Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I think the best way is immitating the way they do it themselves through their AJAX calls.</p> <p>They call this URL and extract the information through XML deserialization.</p> <p><strong>XML:</strong> <a href="http://www.bing.com/HPImageArchive.aspx?format=xml&amp;idx=0&amp;n=1&amp;mkt=en-US" rel="noreferrer">http://www.bing.com/HPImageArchive.aspx?format=xml&amp;idx=0&amp;n=1&amp;mkt=en-US</a></p> <p><strong>JSON:</strong> <a href="http://www.bing.com/HPImageArchive.aspx?format=js&amp;idx=0&amp;n=1&amp;mkt=en-US" rel="noreferrer">http://www.bing.com/HPImageArchive.aspx?format=js&amp;idx=0&amp;n=1&amp;mkt=en-US</a></p> <p><strong>RSS:</strong> <a href="http://www.bing.com/HPImageArchive.aspx?format=rss&amp;idx=0&amp;n=1&amp;mkt=en-US" rel="noreferrer">http://www.bing.com/HPImageArchive.aspx?format=rss&amp;idx=0&amp;n=1&amp;mkt=en-US</a></p> <p>The <code>mkt</code> attribute can obviously be changed to a different region than ´en-US´, but can also be opted out of entirely if you don't care about a specific region.</p> <p>Note that the <code>_1366x768.jpg</code> suffix that is added to the image names appears to be modifiable into different resolutions (like <code>_1920x1080.jpg</code> for full HD and possibly others).</p> <p>Here's a dump of the data as of 9/28/2013, in XML format. </p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;images&gt; &lt;image&gt; &lt;startdate&gt;20130928&lt;/startdate&gt; &lt;fullstartdate&gt;201309280000&lt;/fullstartdate&gt; &lt;enddate&gt;20130929&lt;/enddate&gt; &lt;url&gt;/az/hprichbg/rb/LakeTurkana_EN-US15976511099_1366x768.jpg&lt;/url&gt; &lt;urlBase&gt;/az/hprichbg/rb/LakeTurkana_EN-US15976511099&lt;/urlBase&gt; &lt;copyright&gt;Lava rock pools at the southern end of Lake Turkana, in Kenya (© Nigel Pavitt/Corbis)&lt;/copyright&gt; &lt;copyrightlink&gt;http://www.bing.com/search?q=Lake+Turkana%2C+Kenya&amp;amp;form=hpcapt&lt;/copyrightlink&gt; &lt;drk&gt;1&lt;/drk&gt; &lt;top&gt;1&lt;/top&gt; &lt;bot&gt;1&lt;/bot&gt; &lt;hotspots&gt; &lt;hotspot&gt; &lt;desc&gt;These are the southern reaches of a lake...&lt;/desc&gt; &lt;link&gt;http://www.bing.com/maps/?v=2&amp;amp;cp=2.794725~37.335197&amp;amp;lvl=7&amp;amp;dir=0&amp;amp;sty=b&amp;amp;q=Lake%20Turkana%2C%20Kenya&amp;amp;form=hphot1&lt;/link&gt; &lt;query&gt;That stretches for 180 miles, up into another country&lt;/query&gt; &lt;LocX&gt;15&lt;/LocX&gt; &lt;LocY&gt;33&lt;/LocY&gt; &lt;/hotspot&gt; &lt;hotspot&gt; &lt;desc&gt;This body of water was once called the Jade Sea.&lt;/desc&gt; &lt;link&gt;http://www.bing.com/search?q=green+algae&amp;amp;form=hphot2&lt;/link&gt; &lt;query&gt;What gives the water here its sometimes vibrant hue?&lt;/query&gt; &lt;LocX&gt;37&lt;/LocX&gt; &lt;LocY&gt;42&lt;/LocY&gt; &lt;/hotspot&gt; &lt;hotspot&gt; &lt;desc&gt;One of the world's most powerful predators lives here.&lt;/desc&gt; &lt;link&gt;http://www.bing.com/videos/search?q=Underwater+Croc+Cams+National+Geographic&amp;amp;FORM=hphot3#view=detail&amp;amp;mid=D25E1909D3514A8732C5D25E1909D3514A8732C5&lt;/link&gt; &lt;query&gt;See some rare underwater footage of the beast&lt;/query&gt; &lt;LocX&gt;66&lt;/LocX&gt; &lt;LocY&gt;33&lt;/LocY&gt; &lt;/hotspot&gt; &lt;hotspot&gt; &lt;desc&gt;Many fossils of ancient human ancestors have been uncovered in the surrounding area.&lt;/desc&gt; &lt;link&gt;http://www.bing.com/search?q=Turkana+Boy&amp;amp;form=hphot4&lt;/link&gt; &lt;query&gt;One skeleton was so complete, paleoanthropologists gave him a name&lt;/query&gt; &lt;LocX&gt;82&lt;/LocX&gt; &lt;LocY&gt;41&lt;/LocY&gt; &lt;/hotspot&gt; &lt;/hotspots&gt; &lt;messages&gt;&lt;/messages&gt; &lt;/image&gt; &lt;tooltips&gt; &lt;loadMessage&gt; &lt;message&gt;Indlæser...&lt;/message&gt; &lt;/loadMessage&gt; &lt;previousImage&gt; &lt;text&gt;Forrige&lt;/text&gt; &lt;/previousImage&gt; &lt;nextImage&gt; &lt;text&gt;Næste&lt;/text&gt; &lt;/nextImage&gt; &lt;play&gt; &lt;text&gt;Afspil&lt;/text&gt; &lt;/play&gt; &lt;pause&gt; &lt;text&gt;Pause&lt;/text&gt; &lt;/pause&gt; &lt;/tooltips&gt; &lt;/images&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload