/nintendo-one

Nintendo One is a website that keeps you updated with the latest game discount at NS

Primary LanguagePythonMIT LicenseMIT

nintendo-one

Nintendo One is a website that keeps you updated with the latest game discount at NS

Data used:

{
    "r_date": 44239,
    "release_date": "2021.2.12",
    "r_date_tw": "",
    "release_date_tw": "",
    "title": "超級瑪利歐 3D世界 + 狂怒世界",
    "title_sc": "超级马力欧3D世界 + 狂怒世界",
    "sale_until": "",
    "pickup": 1,
    "only_for": "",
    "media": "package",
    "lang": "CN",
    "maker_publisher": "Nintendo",
    "thumb_img": "super_mario_3d_world.jpg", // https://www.nintendo.com.hk/software/img/bnr/ + <thumb_img>
    "thumb_img_sc": "",
    "thumb_img_tw": "",
    "link": "/topics/article/a_200904_07.html", // https://www.nintendo.com.hk/topics/article/ + <link>
    "link_sc": "",
    "link_tw": "",
    "link_target": "",
    "platform": "Nintendo Switch",
    "rating": 6,
    "adult_hk": "",
    "category": "",
    "category_sc": "",
    "copyright": "©2020 Nintendo",
    "copyright_sc": "",
    "memo1": "",
    "memo2": "",
    "memo1_sc": "",
    "memo2_sc": "",
    "memo1_tw": "",
    "memo2_tw": "",
    "product_code": "",
    "item_code": "",
    "price": ""
},

API list

Discounting Game List:

Latest Released Game List:

Downloading Game Ranking:

Format

contents: array
    content_type: string
    disclaimer: string
    dominant_colors: string[]
    formal_name: string
    hero_banner_url: string
    id: number
    is_new: boolean
    public_status: string
    release_date_on_eshop: string
    strong_disclaimer: string
    tags: array
    target_titles: array
length: number
offset: number
total: number

Game Price Query

personalized: boolean
country: string
prices: array
    title_id: number,
    sales_status: string
    regular_price:
        amount: string
        currency: string
        raw_value: string
    discount_price:
        amount: string
        currency: string
        raw_value: string
        start_datetime: date
        end_datetime: date

Third party library used

django-money