find_satellites_above

List satellites above an observer within an angular search radius.

Direct GET

For navigating agents: open the HTML page with parameters in the URL. The result is fetched and displayed without screenshots or form filling.

Open this validated HTML GET URL

https://allemannsdata.com/wiki/kilder/n2yo/find_satellites_above/?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0

Replace {observer_lat}, {observer_lon}, {observer_alt_m}, {radius_deg}, {category_id} with values. Remove unused optional parameters from the URL.

For software and dashboards: Read the operation descriptor. The JSON GET template is https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0. Open this exact request as JSON.

ParameterRequirementJSON typeDescription
observer_latrequirednumberObserver latitude in WGS84 decimal degrees.
observer_lonrequirednumberObserver longitude in WGS84 decimal degrees.
observer_alt_moptionalnumberObserver altitude above sea level in metres.
radius_degoptionalintegerSearch radius from 0 to 90 degrees.
category_idoptionalintegerN2YO category id; 0 means all categories, 1 brightest.
limitoptionalintegerGateway page size; default 25, maximum 100.
offsetoptionalintegerNumber of list items to skip; default 0.
Generated JavaScript, Python and response structure

Use JSON when the user requests code, machine-readable data, value extraction or further computation. Use the HTML GET page to identify the correct source and verify parameters.

Example for generated JavaScript and Python

https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0

Replace URL placeholders and remove unused optional parameters.

JavaScript in a dashboard

const url = "https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0";
const response = await fetch(url);
if (!response.ok) {
  const failure = await response.json();
  throw new Error(`${failure.error.code}: ${failure.error.message} ${failure.suggestion}`);
}
const result = await response.json();
const data = result.data;

Python without additional packages

import json
from urllib.request import urlopen

url = "https://allemannsdata.com/wiki/api/v1/kilder/n2yo/find_satellites_above?observer_lat={observer_lat}&observer_lon={observer_lon}&observer_alt_m=0&radius_deg=30&category_id=0&limit=25&offset=0"
with urlopen(url) as response:
    result = json.load(response)
data = result["data"]

Response structure

{
  "source": "n2yo",
  "operation": "find_satellites_above",
  "parameters": {},
  "data": {},
  "entities": [],
  "_meta": {"retrieved_at": "...", "sources": [], "cache": {}},
  "_links": {"self": "...", "source": "...", "wiki": "..."}
}
Form for manual use

The form is a fallback for people and browser agents that cannot open the GET URL directly.

Type: decimal number. Observer latitude in WGS84 decimal degrees.
Type: decimal number. Observer longitude in WGS84 decimal degrees.
Type: decimal number. Observer altitude above sea level in metres.
Type: integer. Search radius from 0 to 90 degrees.
Type: integer. N2YO category id; 0 means all categories, 1 brightest.

Result

Source: N2YO satellite data. Retrieved 2026-08-02T20:57:38Z in 1.015 seconds.

info:
category:
ANY
transactionscount:
6
satcount:
123
above:

25 results

  1. satid:
    3125
    satname:
    THOR ABLESTAR DEB
    intDesignator:
    1961-015HY
    launchDate:
    1961-06-29
    satlat:
    63.1642
    satlng:
    14.1631
    satalt:
    1176.7839
  2. satid:
    4841
    satname:
    DELTA 1 DEB
    intDesignator:
    1968-055D
    launchDate:
    1968-07-04
    satlat:
    53.4788
    satlng:
    -3.3012
    satalt:
    5647.9326
  3. satid:
    7687
    satname:
    OPS 2439
    intDesignator:
    1975-017A
    launchDate:
    1975-03-10
    satlat:
    55.2642
    satlng:
    3.3721
    satalt:
    27949.1329
  4. satid:
    7800
    satname:
    SL-6 R/B(2)
    intDesignator:
    1975-036D
    launchDate:
    1975-04-29
    satlat:
    56.1217
    satlng:
    6.1539
    satalt:
    37190.0236
  5. satid:
    9271
    satname:
    TITAN 34B AGENA R/B
    intDesignator:
    1976-080B
    launchDate:
    1976-08-06
    satlat:
    61.4315
    satlng:
    46.8234
    satalt:
    22615.0416
  6. satid:
    10485
    satname:
    SL-6 R/B(2)
    intDesignator:
    1977-105E
    launchDate:
    1977-10-28
    satlat:
    61.3513
    satlng:
    7.696
    satalt:
    32978.3063
  7. satid:
    10768
    satname:
    DELTA 1 DEB
    intDesignator:
    1976-077BR
    launchDate:
    1976-07-29
    satlat:
    55.5653
    satlng:
    3.6744
    satalt:
    1621.682
  8. satid:
    10893
    satname:
    OPS 5112 (NAVSTAR 2)
    intDesignator:
    1978-047A
    launchDate:
    1978-05-13
    satlat:
    49.9281
    satlng:
    42.802
    satalt:
    18709.632
  9. satid:
    11079
    satname:
    SL-6 R/B(2)
    intDesignator:
    1978-095E
    launchDate:
    1978-10-13
    satlat:
    50.726
    satlng:
    38.5257
    satalt:
    23744.7052
  10. satid:
    13882
    satname:
    SL-6 R/B(2)
    intDesignator:
    1983-015E
    launchDate:
    1983-03-11
    satlat:
    61.9038
    satlng:
    33.0257
    satalt:
    39670.1825
  11. satid:
    13890
    satname:
    MOLNIYA 1-56
    intDesignator:
    1983-019A
    launchDate:
    1983-03-16
    satlat:
    61.4532
    satlng:
    6.5655
    satalt:
    38568.9104
  12. satid:
    13904
    satname:
    SL-6 DEB
    intDesignator:
    1981-088G
    launchDate:
    1981-09-11
    satlat:
    61.6964
    satlng:
    23.945
    satalt:
    11836.7952
  13. satid:
    14000
    satname:
    COSMOS 931 DEB
    intDesignator:
    1977-068G
    launchDate:
    1977-07-20
    satlat:
    69.2005
    satlng:
    -29.9499
    satalt:
    23644.5829
  14. satid:
    15214
    satname:
    MOLNIYA 1-62
    intDesignator:
    1984-089A
    launchDate:
    1984-08-24
    satlat:
    58.3865
    satlng:
    -27.4304
    satalt:
    33869.1716
  15. satid:
    15738
    satname:
    MOLNIYA 3-24
    intDesignator:
    1985-040A
    launchDate:
    1985-05-29
    satlat:
    62.3894
    satlng:
    -35.0274
    satalt:
    30447.8391
  16. satid:
    16183
    satname:
    COSMOS 1698
    intDesignator:
    1985-098A
    launchDate:
    1985-10-22
    satlat:
    48.438
    satlng:
    -5.3447
    satalt:
    25935.9016
  17. satid:
    16393
    satname:
    MOLNIYA 3-27
    intDesignator:
    1985-117A
    launchDate:
    1985-12-24
    satlat:
    50.4646
    satlng:
    -8.0036
    satalt:
    35223.9864
  18. satid:
    16867
    satname:
    SL-8 DEB
    intDesignator:
    1986-052E
    launchDate:
    1986-07-16
    satlat:
    57.2684
    satlng:
    7.9283
    satalt:
    534.9262
  19. satid:
    16953
    satname:
    SL-8 R/B
    intDesignator:
    1986-070B
    launchDate:
    1986-09-10
    satlat:
    61.2055
    satlng:
    15.1943
    satalt:
    765.5845
  20. satid:
    18337
    satname:
    COSMOS 1878
    intDesignator:
    1987-074D
    launchDate:
    1987-09-07
    satlat:
    64.1789
    satlng:
    12.4394
    satalt:
    1413.7739
  21. satid:
    19005
    satname:
    COSMOS 1823 DEB
    intDesignator:
    1987-020BA
    launchDate:
    1987-02-20
    satlat:
    60.924
    satlng:
    12.5404
    satalt:
    1477.6363
  22. satid:
    19183
    satname:
    THORAD DELTA 1 DEB
    intDesignator:
    1974-089FD
    launchDate:
    1974-11-15
    satlat:
    56.8022
    satlng:
    8.4918
    satalt:
    1107.2502
  23. satid:
    19807
    satname:
    MOLNIYA 1-75
    intDesignator:
    1989-014A
    launchDate:
    1989-02-15
    satlat:
    63.8581
    satlng:
    -42.8828
    satalt:
    35678.38
  24. satid:
    20302
    satname:
    NAVSTAR 16 (USA 47)
    intDesignator:
    1989-085A
    launchDate:
    1989-10-21
    satlat:
    53.6878
    satlng:
    -2.7857
    satalt:
    21197.933
  25. satid:
    20452
    satname:
    NAVSTAR 18 (USA 50)
    intDesignator:
    1990-008A
    launchDate:
    1990-01-24
    satlat:
    43.0656
    satlng:
    5.1642
    satalt:
    21240.1524
limit:
25
offset:
0
returned:
25
has_more_results:
yes
truncated:
yes
next_offset:
25
Show all fields in HTML
info:
category:
ANY
transactionscount:
6
satcount:
123
above:

25 results

  1. satid:
    3125
    satname:
    THOR ABLESTAR DEB
    intDesignator:
    1961-015HY
    launchDate:
    1961-06-29
    satlat:
    63.1642
    satlng:
    14.1631
    satalt:
    1176.7839
  2. satid:
    4841
    satname:
    DELTA 1 DEB
    intDesignator:
    1968-055D
    launchDate:
    1968-07-04
    satlat:
    53.4788
    satlng:
    -3.3012
    satalt:
    5647.9326
  3. satid:
    7687
    satname:
    OPS 2439
    intDesignator:
    1975-017A
    launchDate:
    1975-03-10
    satlat:
    55.2642
    satlng:
    3.3721
    satalt:
    27949.1329
  4. satid:
    7800
    satname:
    SL-6 R/B(2)
    intDesignator:
    1975-036D
    launchDate:
    1975-04-29
    satlat:
    56.1217
    satlng:
    6.1539
    satalt:
    37190.0236
  5. satid:
    9271
    satname:
    TITAN 34B AGENA R/B
    intDesignator:
    1976-080B
    launchDate:
    1976-08-06
    satlat:
    61.4315
    satlng:
    46.8234
    satalt:
    22615.0416
  6. satid:
    10485
    satname:
    SL-6 R/B(2)
    intDesignator:
    1977-105E
    launchDate:
    1977-10-28
    satlat:
    61.3513
    satlng:
    7.696
    satalt:
    32978.3063
  7. satid:
    10768
    satname:
    DELTA 1 DEB
    intDesignator:
    1976-077BR
    launchDate:
    1976-07-29
    satlat:
    55.5653
    satlng:
    3.6744
    satalt:
    1621.682
  8. satid:
    10893
    satname:
    OPS 5112 (NAVSTAR 2)
    intDesignator:
    1978-047A
    launchDate:
    1978-05-13
    satlat:
    49.9281
    satlng:
    42.802
    satalt:
    18709.632
  9. satid:
    11079
    satname:
    SL-6 R/B(2)
    intDesignator:
    1978-095E
    launchDate:
    1978-10-13
    satlat:
    50.726
    satlng:
    38.5257
    satalt:
    23744.7052
  10. satid:
    13882
    satname:
    SL-6 R/B(2)
    intDesignator:
    1983-015E
    launchDate:
    1983-03-11
    satlat:
    61.9038
    satlng:
    33.0257
    satalt:
    39670.1825
  11. satid:
    13890
    satname:
    MOLNIYA 1-56
    intDesignator:
    1983-019A
    launchDate:
    1983-03-16
    satlat:
    61.4532
    satlng:
    6.5655
    satalt:
    38568.9104
  12. satid:
    13904
    satname:
    SL-6 DEB
    intDesignator:
    1981-088G
    launchDate:
    1981-09-11
    satlat:
    61.6964
    satlng:
    23.945
    satalt:
    11836.7952
  13. satid:
    14000
    satname:
    COSMOS 931 DEB
    intDesignator:
    1977-068G
    launchDate:
    1977-07-20
    satlat:
    69.2005
    satlng:
    -29.9499
    satalt:
    23644.5829
  14. satid:
    15214
    satname:
    MOLNIYA 1-62
    intDesignator:
    1984-089A
    launchDate:
    1984-08-24
    satlat:
    58.3865
    satlng:
    -27.4304
    satalt:
    33869.1716
  15. satid:
    15738
    satname:
    MOLNIYA 3-24
    intDesignator:
    1985-040A
    launchDate:
    1985-05-29
    satlat:
    62.3894
    satlng:
    -35.0274
    satalt:
    30447.8391
  16. satid:
    16183
    satname:
    COSMOS 1698
    intDesignator:
    1985-098A
    launchDate:
    1985-10-22
    satlat:
    48.438
    satlng:
    -5.3447
    satalt:
    25935.9016
  17. satid:
    16393
    satname:
    MOLNIYA 3-27
    intDesignator:
    1985-117A
    launchDate:
    1985-12-24
    satlat:
    50.4646
    satlng:
    -8.0036
    satalt:
    35223.9864
  18. satid:
    16867
    satname:
    SL-8 DEB
    intDesignator:
    1986-052E
    launchDate:
    1986-07-16
    satlat:
    57.2684
    satlng:
    7.9283
    satalt:
    534.9262
  19. satid:
    16953
    satname:
    SL-8 R/B
    intDesignator:
    1986-070B
    launchDate:
    1986-09-10
    satlat:
    61.2055
    satlng:
    15.1943
    satalt:
    765.5845
  20. satid:
    18337
    satname:
    COSMOS 1878
    intDesignator:
    1987-074D
    launchDate:
    1987-09-07
    satlat:
    64.1789
    satlng:
    12.4394
    satalt:
    1413.7739
  21. satid:
    19005
    satname:
    COSMOS 1823 DEB
    intDesignator:
    1987-020BA
    launchDate:
    1987-02-20
    satlat:
    60.924
    satlng:
    12.5404
    satalt:
    1477.6363
  22. satid:
    19183
    satname:
    THORAD DELTA 1 DEB
    intDesignator:
    1974-089FD
    launchDate:
    1974-11-15
    satlat:
    56.8022
    satlng:
    8.4918
    satalt:
    1107.2502
  23. satid:
    19807
    satname:
    MOLNIYA 1-75
    intDesignator:
    1989-014A
    launchDate:
    1989-02-15
    satlat:
    63.8581
    satlng:
    -42.8828
    satalt:
    35678.38
  24. satid:
    20302
    satname:
    NAVSTAR 16 (USA 47)
    intDesignator:
    1989-085A
    launchDate:
    1989-10-21
    satlat:
    53.6878
    satlng:
    -2.7857
    satalt:
    21197.933
  25. satid:
    20452
    satname:
    NAVSTAR 18 (USA 50)
    intDesignator:
    1990-008A
    launchDate:
    1990-01-24
    satlat:
    43.0656
    satlng:
    5.1642
    satalt:
    21240.1524
limit:
25
offset:
0
returned:
25
has_more_results:
yes
truncated:
yes
next_offset:
25
Will you use the result in generated code?

Open the same result as JSON

Continue exploring

How an AI agent should use this page

Ground rule: Navigate with HTML GET links to keep explanations and relationships. Use the page's JSON alternative only when concrete values must be extracted, compared or computed.

How to use the find_satellites_above lookup

  1. Replace the placeholders in the HTML GET template; remove optional parameters you do not need.
  2. Check types, units, limits and ID formats in the parameter table.
  3. Follow linked results to canonical pages before combining sources.

Misreading to avoid: An empty list means "no results for this lookup". An error message or unavailable source does not mean the data does not exist.

Source-specific next step

Go to the source page for other operations. Use the JSON template only after the HTML result shows that the parameters and source are correct.