www.n2yo.com Open in urlscan Pro
8.38.88.5  Public Scan

Submitted URL: http://www.n2yo.com//widgets//
Effective URL: https://www.n2yo.com//widgets//
Submission: On September 16 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

GET /database/#results

<form action="/database/#results" method="GET">
  <div id="searchbox" align="right">
    <br>
    <input type="text" name="q" id="srcsat" style="font-size: 14px; background-color: #FFFFFF;width:140px" size="12" value="Find a satellite..." onfocus="document.getElementById(&quot;srcsat&quot;).value=&quot;&quot;;">
    <input type="submit" value="Search" style="font-size: 12px; background-color:#D8D8D8; color:#000000; margin-right: 6px;">
    <div align="right">
      <a href="https://www.facebook.com/n2yodotcom">N2YO.com on Facebook</a> &nbsp;&nbsp; <a href="/database/">Advanced</a>&nbsp;&nbsp;&nbsp;
    </div>
  </div>
</form>

Text Content

Tracking 29510 objects as of 16-Sep-2024
HD Live streaming from Space Station

8
2
,8
0
8
8
9
8
8
9
0
1
objects crossing your sky now ISS will cross your sky
in 10h 40m 25s


N2YO.com on Facebook    Advanced   



 * Home
 * Most tracked
   SPACE STATION SES 1 NOAA 19 GOES 13 NOAA 15 NOAA 18 TERRA AQUA METOP-B SUOMI
   NPP GOES 15 FOX-1A (AO-85) SAUDISAT 1C KMS-4 TIANGONG 1 METEOR M2 ASIASAT 3S
   NSS 12 AGILE MEASAT 3B MORE...
 * Just launched
   SOYUZ MS-26 USA 420 USA 419 USA 418 USA 417 USA 416 USA 415 USA 414 USA 413
   USA 412 USA 411 USA 410 USA 409 USA 408 USA 407 USA 406 USA 405 USA 404 USA
   403 USA 402 MORE...
 * Satellites on orbit
   
   CATEGORIES
   
   Int'l Space Station Chinese Space Station Brightest Starlink GPS Operational
   Glonass Operational Galileo Beidou Military Iridium Globalstar Geostationary
   Space & Earth Science Weather Amateur radio MORE CATEGORIES...
   
   WHAT'S UP?
   
   Amateur radio sat passes GPS satellites Glonass satellites Beidou satellites
   Galileo satellites Iridium satellites Globalstar satellites
   
   
   FIND A SATELLITE
   
   SEARCH DATABASE BROWSE BY LAUNCH DATE BROWSE BY CATEGORY BROWSE BY COUNTRY
   
   OWNERS/COUNTRIES
   
   UNITED STATES CIS (FORMER USSR) PEOPLE'S REPUBLIC OF CHINA JAPAN EUROPEAN
   SPACE AGENCY FRANCE INDIA UNITED KINGDOM CANADA GERMANY MORE
   OWNERS/COUNTRIES...
 * Alerting tools
   
   ALERTING TOOLS
   
   SPACE STATION PREDICTIONS BY VOICE SPACE STATION NOTIFICATION TOOL ALERTS BY
   EMAIL AND SMS
 * More stuff
   
   ADDITIONAL INFO
   
   HD LIVE STREAMING FROM ISS SATELLITE NEWS MAKE A DONATION N2YO.COM ON
   FACEBOOK EXTERNAL LINKS FAQ CONTACT/FEEDBACK PRIVACY POLICY TERMS OF USE
   
   USER PREFERENCES
   
   SIGN IN EDIT/CHANGE YOUR LOCATION
   
   
   SITE OWNERS
   
   WIDGETS FOR YOUR PAGE API ACCESS
   
   
   MOBILE APPS
   
   Orbitrack - NEW (iOS and Android)
 * Sign in


ADD A SATELLITE TRACKER TO YOUR WEB PAGE!

If you have a web page, a website, or a blog, you could easily insert a real
time JavaScript tracker showing your favorite satellite. Here is how.


CONFIGURABLE PARAMETERS

Three sizes available: small (about 400 px wide), medium (about 600 px wide),
large (about 800 px wide).



var size_n2yo = '[size]'; (choices small, medium, large. Default is medium)

You can show one single satellite, or allow user to select one from a list.

For one single satellite:



var norad_n2yo = '[NORAD id]'; The NORAD id of the satellite, just look up in the database, it is a number. For ISS is 25544.

For multiple satellites you should list them separated by "," while the name you
want to display will be separated by "|".



var norad_n2yo = '[NORAD id1]|[Name1],[NORAD id2]|[Name2]|[NORAD id3]|[Name3]'; ... etc

Example: var norad_n2yo = '25544|ISS,20580|Hubble'; This line will generate a
list of 2 satellites: ISS (25544) and Hubble (20580)

You can show all passes which should include those optically invisible, or only
those visible:



var allpasses_n2yo = '[n]'; n=1 for all passes and n=0 for optically visible passes

You can pick a map you like, 5 options are available:



var map_n2yo = '[n]'; just try and see which one you like. Default: 5




SOME EXAMPLES

Hello World

This basic script will generate a map type 5, medium size, tracking the
International Space Station (ISS) and forecast the next optically visible pass
over user's location:


<script type="text/javascript" src="https://www.n2yo.com/js/widget-tracker.js"></script>



Single satellite

This script will use same default settings except the satellite, which is Aeolus
(NORAD id = 43600).


<script>
	var norad_n2yo = '43600';
</script>
<script type="text/javascript" src="https://www.n2yo.com/js/widget-tracker.js"></script>



Single satellite, more customization

This script will generate a small map, type 1, tracking ISS and showing next
satellite pass above user's location.


<script>
	var norad_n2yo = '25544';
	var size_n2yo = 'small';
	var allpasses_n2yo = '1';
	var map_n2yo = '2';
</script>
<script type="text/javascript" src="https://www.n2yo.com/js/widget-tracker.js"></script>



Multiple satellites, selectable from a dropdown list

This script will generate a list of 3 satellites on a medium map, type 2,
tracking ISS, Hubble, Aeolus and showing next optically visible pass above
user's location.


<script>
var norad_n2yo = '25544|ISS,43600|Aeolus,20580|HST';
var size_n2yo = 'medium';
var allpasses_n2yo = '0';
var map_n2yo = '2';
</script>
<script type="text/javascript" src="https://www.n2yo.com/js/widget-tracker.js"></script>






Links  Terms of Use  Privacy Policy  Contact Us
Copyright © N2YO.com. All rights reserved