eferAPI_Usage_Gitcoin
    Updated 2023-08-31
    WITH RAW AS(
    SELECT livequery.live.udf_api(
    'GET',
    'https://indexer-grants-stack.gitcoin.co/data/10/contributors/0x1234/123456/123456/123456/123456/123456/123456.json',
    {'Content-Type': 'application/json'},
    {}
    ) AS rawoutput
    )

    SELECT * FROM raw
    Run a query to Download Data