/v1/coins/v1/gpuEstimates/v1/asicEstimates/v1/cpuEstimates
API Documentation
API for Hashrate.no
API documentation for Hashrate.no. To be able to use the API, you will need an apiKey. To get an apiKey, login at hashrate.no. If you want to use it commercially, please contact us to discuss pricing and plans.
ENDPOINT
API for Hashrate.no
Endpoint: https://api.hashrate.no/v1/gpuEstimates?apiKey=YOUR_API_KEY

Extra option: &powerCost=YOUR_POWER_COST. Default will be 0.10 if not specified. You can specify from 0 to 1.00. Example: https://api.hashrate.no/v1/gpuEstimates?apiKey=YOUR_API_KEY&powerCost=0.08
Example data
API for Hashrate.no
"7900xt": {					// Device ID
        "device": {
            "name": "AMD RX 7900 XT",		// Full GPU name
            "brand": "AMD"			// Brand
        },
        "profit": {
            "coin": "NOVO",			// Ticker of highest current profit
            "logo": "397",			// Our ID for the logo of the coin
            "revenueUSD": 0.6573703121605852,	// Estimated current revenue in USD
            "profitUSD":  0.22537031216058512	// Estimated current profit in USD
        },
        "profit24": {
            "coin": "ALPH",			// Ticker of highest 24h profit
            "logo": "142",			// Our ID for the logo of the coin
            "revenueUSD24": 0.6006872181927939,	// Estimated 24h revenue in USD
            "profitUSD24": 0.16868721819279386	// Estimated 24h profit in USD
        },
        "revenue": {
            "coin": "NOVO",			// Ticker of highest current revenue
            "logo": "397",			// Our ID for the logo of the coin
            "revenueUSD": 0.7110274503415552,	// Estimated current revenue in USD
            "profitUSD": -0.00897254965844485	// Estimated current profit in USD
        },
        "revenue24": {
            "coin": "ALPH",			// Ticker of highest 24h revenue
            "logo": "142",			// Our ID for the logo of the coin
            "revenueUSD24": 0.6987217890606554,	// Estimated 24h revenue in USD
            "profitUSD24": -0.0212782109393446	// Estimated 24h profit in USD
        }
    },