Documentation

GE - Paralimpíadas - Quadro de Medalhas

Script responsável por capturar informações do ranking dos paises

Obs.: esses scripts tem cache de 6 horas

FEED


Exemplo:

<?xml version="1.0"?>
<root>
    <info>
        <created_at>2021-07-23 14:46:10</created_at>
    </info>
    <ranking>
        <item>
            <ranking>1</ranking>
            <country>
                <code>AFG</code>
                <name>Afeganist&#xE3;o</name>
            </country>
            <medals>
                <gold>0</gold>
                <silver>0</silver>
                <bronze>0</bronze>
                <total>0</total>
            </medals>
        </item>
        <item>
            <ranking>2</ranking>
            <country>
                <code>ALB</code>
                <name>Alb&#xE2;nia</name>
            </country>
            <medals>
                <gold>0</gold>
                <silver>0</silver>
                <bronze>0</bronze>
                <total>0</total>
            </medals>
        </item>
        <item>
            <ranking>3</ranking>
            <country>
                <code>ALG</code>
                <name>Arg&#xE9;lia</name>
            </country>
            <medals>
                <gold>0</gold>
                <silver>0</silver>
                <bronze>0</bronze>
                <total>0</total>
            </medals>
        </item>
        <item>
            <ranking>4</ranking>
            <country>
                <code>ASA</code>
                <name>Samoa Americana</name>
            </country>
            <medals>
                <gold>0</gold>
                <silver>0</silver>
                <bronze>0</bronze>
                <total>0</total>
            </medals>
        </item>
        <item>
            <ranking>5</ranking>
            <country>
                <code>AND</code>
                <name>Andorra</name>
            </country>
            <medals>
                <gold>0</gold>
                <silver>0</silver>
                <bronze>0</bronze>
                <total>0</total>
            </medals>
        </item>
    </ranking>
</root>