Page Title: HubSpot Developer Site

  • This webpage makes use of the TITLE meta tag - this is good for search engine optimization.

Page Description: HubSpot's API and CMS documentation, developer community, and development resources.

  • This webpage makes use of the DESCRIPTION meta tag - this is good for search engine optimization.

Page Keywords:

  • This webpage DOES NOT make use of the KEYWORDS meta tag - whilst search engines nowadays do not put too much emphasis on this meta tag including them in your website does no harm.

Page Text: Ruby curl --request GET \ --url 'https://api.hubapi.com/crm/v3/extensions/cards/appId?hapikey=YOUR_HUBSPOT_API_KEY'\ --header 'accept: application/json' var request = require("request"); var options = { method: 'GET', url: 'https://api.hubapi.com/crm/v3/extensions/cards/appId', qs: { hapikey: 'YOUR_HUBSPOT_API_KEY' }, headers: { accept: 'application/json' } }; request(options, function (error, response, body) { if (error) throw new Error(error); console.log(body); }); "https://api.hubapi.com/crm/v3/extensions/cards/appId?hapikey=YOUR_HUBSPOT_API_KEY",   CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => "",   CURLOPT_MAXREDIRS => 10,  CURLOPT_TIMEOUT => 30, CURLOPT_HTTP_VERSION =>   CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => "GET", CURLOPT_HTTPHEADER => array(     "accept: application/json"   ), )); $response = curl_exec($curl); $err = curl_error($curl); curl_close($curl); if ($err) { echo "cURL Error #:" . $err; } else { echo $response; }?> import requests url = "https://api.hubapi.com/crm/v3/extensions/cards/appId" querystring = {"hapikey":"YOUR_HUBSPOT_API_KEY"} headers = {'accept': 'application/json'} response = requests.request("GET", url, headers=headers, params=querystring) print(response.text) require 'uri' require 'net/http' require 'openssl' url = URI("https://api.hubapi.com/crm/v3/extensions/cards/appId?hapikey=YOUR_HUBSPOT_API_KEY") http = Net::HTTP.new(url.host, url.port) http.use_ssl = true http.verify_mode = OpenSSL::SSL::VERIFY_NONE request = Net::HTTP::Get.new(url) request["accept"] = 'application/json' response = http.request(request) puts response.read_body Ready to get started? The app partner benefits give you lots of exposure to the HubSpot customer base so that you can develop and grow quickly. Working with the HubSpot team is a genuine delight! Dan Currin OrgChartHub The HubSpot platform is way more than just developer APIs. The App Marketplace offers real distribution benefits that enabled us to reach this massive, engaged, modern, and global customer base. Yonatan Lee Insycle HubSpot is amazing, thoughtful, and hands down the best company to work with for integrating your apps. The team has gone above and beyond to accommodate our platform to work better together. Chris Brisson Have you built the newest must-have app? Share it with the world on HubSpot's App Marketplace. Get more from your own website solutions. Build web assets on HubSpot's CMS Asset Marketplace. Let's build—and grow—together Join our fast-growing developer community to find the tools and support you need to create something amazing.

  • This webpage has 396 words which is between the recommended minimum of 250 words and the recommended maximum of 2500 words - GOOD WORK.

Header tags:

  • It appears that you are using header tags - this is a GOOD thing!

Spelling errors:

  • This webpage has 1 words which may be misspelt.

Possibly mis-spelt word: url

Suggestion: URL
Suggestion: curl
Suggestion: purl
Suggestion: hurl
Suggestion: burl
Suggestion: furl
Suggestion: Burl
Suggestion: urn

Broken links:

  • This webpage has 3 broken links.

Broken image links:

  • This webpage has no broken image links that we can detect - GOOD WORK.

CSS over tables for layout?:

  • It appears that this page uses DIVs for layout this is a GOOD thing!

Last modified date:

  • It appears that this page was updated on the Sunday, April 17, 2022 which is within the last thirty days - this is a GOOD thing!

Images that are being re-sized:

  • This webpage has no images that are being re-sized by the browser - GOOD WORK.

Images that are being re-sized:

  • This webpage has 10 images that do not have their width and height specified.

Mobile friendly:

  • After testing this webpage it appears to be mobile friendly - this is a GOOD thing!

Links with no anchor text:

  • This webpage has no links that are missing anchor text - GOOD WORK.

W3C Validation:

Print friendly?:

  • It appears that the webpage does NOT use CSS stylesheets to provide print functionality - this is a BAD thing.

GZIP Compression enabled?:

  • It appears that the serrver does NOT have GZIP Compression enabled - this is a NOT a good thing!